Changeset e2ea8d7e in mainline for uspace/app/bdsh/exec.c
- Timestamp:
- 2008-08-27T05:36:12Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1b4b7b6
- Parents:
- b510d52
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/exec.c
rb510d52 re2ea8d7e 66 66 char *find_command(char *cmd) 67 67 { 68 char *path_ orig, *path_tok;68 char *path_tok; 69 69 char *path[PATH_MAX]; 70 70 int n = 0, i = 0; … … 77 77 return (char *) cmd; 78 78 } 79 path_orig = PATH; 80 path_tok = cli_strdup( path_orig);79 80 path_tok = cli_strdup(PATH); 81 81 82 82 /* Extract the PATH env to a path[] array */
Note:
See TracChangeset
for help on using the changeset viewer.