- Timestamp:
- May 1, 2007, 6:53:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/app-shells/bash/execute_cmd.c
r3270 r3272 3851 3851 a small set of these to @unixroot and or the PATH to simplify 3852 3852 porting. */ 3853 if (!strncmp (command, "/bin/", sizeof("/bin/") - 1))3854 { 3855 char *name = command + sizeof ("/bin/") - 1;3853 if (!strncmp (command, "/bin/", sizeof ("/bin/") - 1)) 3854 { 3855 char *name = command + sizeof ("/bin/") - 1; 3856 3856 int search_path = 1; 3857 3857 if (!strcmp (name, "sh")
Note:
See TracChangeset
for help on using the changeset viewer.