move the last change to the right place
[openwrt.git] / package / base-files / files / etc / profile
index c5d7e02..001fb20 100644 (file)
@@ -2,6 +2,7 @@
 [ -f /etc/banner ] && cat /etc/banner
 
 export PATH=/bin:/sbin:/usr/bin:/usr/sbin
+export HOME=/tmp
 export PS1='\u@\h:\w\$ '
 
 alias more=less