diff options
author | cvpcs <root@cvpcs.org> | 2010-06-03 08:35:40 -0500 |
---|---|---|
committer | Dan Pasanen <dan.pasanen@gmail.com> | 2014-10-02 14:25:27 -0500 |
commit | 0ff61cc956d495fc1a9acf8588f54435585a597c (patch) | |
tree | 3b9b34a8ae67485c85cd38441caab355de43aa1b /config-top.h | |
parent | a02fbffce9029e3eaa63dfc5f3e79a79da033e4c (diff) | |
download | android_external_bash-0ff61cc956d495fc1a9acf8588f54435585a597c.tar.gz android_external_bash-0ff61cc956d495fc1a9acf8588f54435585a597c.tar.bz2 android_external_bash-0ff61cc956d495fc1a9acf8588f54435585a597c.zip |
set some paths and removed the debugger
Conflicts:
config-top.h
Diffstat (limited to 'config-top.h')
-rw-r--r-- | config-top.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config-top.h b/config-top.h index 4f6373c..1e516d6 100644 --- a/config-top.h +++ b/config-top.h @@ -59,14 +59,14 @@ /* The default value of the PATH variable. */ #ifndef DEFAULT_PATH_VALUE #define DEFAULT_PATH_VALUE \ - "/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:." + "/sbin:/system/sbin:/system/bin:/system/xbin:." #endif /* The value for PATH when invoking `command -p'. This is only used when the Posix.2 confstr () function, or CS_PATH define are not present. */ #ifndef STANDARD_UTILS_PATH #define STANDARD_UTILS_PATH \ - "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc" + "/sbin:/system/sbin:/system/bin:/system/xbin:/system/etc" #endif /* Default primary and secondary prompt strings. */ @@ -80,7 +80,7 @@ #define KSH_COMPATIBLE_SELECT /* System-wide .bashrc file for interactive shells. */ -/* #define SYS_BASHRC "/etc/bash.bashrc" */ +#define SYS_BASHRC "/system/etc/.bashrc" /* System-wide .bash_logout for login shells. */ /* #define SYS_BASH_LOGOUT "/etc/bash.bash_logout" */ |