diff options
-rw-r--r-- | base-files/base-files/etc/profile | 3 | ||||
-rw-r--r-- | busybox/busybox-1.00-rc2/defconfig | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/base-files/base-files/etc/profile b/base-files/base-files/etc/profile index d5936dbcc4..50433a4682 100644 --- a/base-files/base-files/etc/profile +++ b/base-files/base-files/etc/profile @@ -25,6 +25,3 @@ export PATH PS1 OPIEDIR QPEDIR QTDIR umask 022 -# disable history writing -# causes busybox sh to segfault on certain stuff... -#export HISTFILE="" diff --git a/busybox/busybox-1.00-rc2/defconfig b/busybox/busybox-1.00-rc2/defconfig index 783bd27527..0aa0b9d12f 100644 --- a/busybox/busybox-1.00-rc2/defconfig +++ b/busybox/busybox-1.00-rc2/defconfig @@ -402,7 +402,7 @@ CONFIG_FEATURE_SH_EXTRA_QUIET=y # CONFIG_FEATURE_SH_STANDALONE_SHELL is not set CONFIG_FEATURE_COMMAND_EDITING=y CONFIG_FEATURE_COMMAND_HISTORY=63 -CONFIG_FEATURE_COMMAND_SAVEHISTORY=y +# CONFIG_FEATURE_COMMAND_SAVEHISTORY is not set CONFIG_FEATURE_COMMAND_TAB_COMPLETION=y # CONFIG_FEATURE_COMMAND_USERNAME_COMPLETION is not set CONFIG_FEATURE_SH_FANCY_PROMPT=y |