Changeset 31872f7 in mainline


Ignore:
Timestamp:
2018-11-21T10:21:21Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
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)
Message:

Now that /srv has sub-directories, /srv no longer makes sense as a search path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/exec.c

    ra91c555f r31872f7  
    5353static int try_access(const char *);
    5454
    55 const char *search_dir[] = { "/app", "/srv", NULL };
     55const char *search_dir[] = { "/app", NULL };
    5656
    5757/* work-around for access() */
Note: See TracChangeset for help on using the changeset viewer.