Changeset aa8053f1 in mainline for uspace/app/bdsh/exec.c


Ignore:
Timestamp:
2011-07-23T13:40:45Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1facf8e
Parents:
bfdb5af1
Message:

Fix search paths. (thx Petr Koupy)

File:
1 edited

Legend:

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

    rbfdb5af1 raa8053f1  
    5252static int try_access(const char *);
    5353
    54 const char *search_dir[] = { "app", "srv", NULL };
     54const char *search_dir[] = { "/app", "/srv", NULL };
    5555
    5656/* work-around for access() */
Note: See TracChangeset for help on using the changeset viewer.