Changes in uspace/app/bdsh/exec.c [aa8053f1:9be9c4d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/exec.c
raa8053f1 r9be9c4d 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.