aboutsummaryrefslogtreecommitdiffstats
path: root/base-files
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-08-13 17:49:51 +0000
committerPhil Blundell <philb@gnu.org>2004-08-13 17:49:51 +0000
commit3cda6f847c00b45000d3d77a8c4b9887a1fb088b (patch)
tree82ab14389d5bd9214a9383f485dfa8bf51399678 /base-files
parent085230af4910b6dcd218c090b79a1a8ad16dff78 (diff)
downloadopenembedded-3cda6f847c00b45000d3d77a8c4b9887a1fb088b.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages 2004/08/13 19:17:44+02:00 dyndns.org!oe base-files: export HISTFILE="" causes busybox sh to segfault on certain stuff 2004/08/13 18:21:30+02:00 uni-frankfurt.de!mickey enable depth 32 to get alphablending working in Qt/Embedded BKrev: 411cff3fXRvH6hCMt3dIMzrinPpOnw
Diffstat (limited to 'base-files')
-rw-r--r--base-files/base-files/etc/profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/base-files/base-files/etc/profile b/base-files/base-files/etc/profile
index b5e70c00ee..d5936dbcc4 100644
--- a/base-files/base-files/etc/profile
+++ b/base-files/base-files/etc/profile
@@ -26,4 +26,5 @@ export PATH PS1 OPIEDIR QPEDIR QTDIR
umask 022
# disable history writing
-export HISTFILE=""
+# causes busybox sh to segfault on certain stuff...
+#export HISTFILE=""