Changeset 31872f7 in mainline
- Timestamp:
- 2018-11-21T10:21:21Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 21d3201, c742954, f53ee74
- Parents:
- a91c555f
- git-author:
- Jiri Svoboda <jiri@…> (2018-11-20 21:20:36)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-11-21 10:21:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/exec.c
ra91c555f r31872f7 53 53 static int try_access(const char *); 54 54 55 const char *search_dir[] = { "/app", "/srv",NULL };55 const char *search_dir[] = { "/app", NULL }; 56 56 57 57 /* work-around for access() */
Note:
See TracChangeset
for help on using the changeset viewer.