Changes in uspace/app/bdsh/exec.c [9be9c4d:aa8053f1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/exec.c
r9be9c4d raa8053f1 52 52 static int try_access(const char *); 53 53 54 const char *search_dir[] = { " app", "srv", NULL };54 const char *search_dir[] = { "/app", "/srv", NULL }; 55 55 56 56 /* work-around for access() */
Note:
See TracChangeset
for help on using the changeset viewer.