Changeset 3269
- Timestamp:
- May 1, 2007, 6:40:13 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/essentials/app-shells/bash/config-top.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/app-shells/bash/config-top.h
r3231 r3269 52 52 /* The default value of the PATH variable. */ 53 53 #ifndef DEFAULT_PATH_VALUE 54 55 56 57 54 58 #define DEFAULT_PATH_VALUE \ 55 59 "/usr/gnu/bin:/usr/local/bin:/bin:/usr/bin:." 60 56 61 #endif 57 62 … … 59 64 the Posix.2 confstr () function, or CS_PATH define are not present. */ 60 65 #ifndef STANDARD_UTILS_PATH 66 67 68 69 61 70 #define STANDARD_UTILS_PATH \ 62 71 "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc" 72 63 73 #endif 64 74
Note:
See TracChangeset
for help on using the changeset viewer.
