Changeset aa8053f1 in mainline
- Timestamp:
- 2011-07-23T13:40:45Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1facf8e
- Parents:
- bfdb5af1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/exec.c
rbfdb5af1 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.