projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix config_clear(), see #3054
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
profile
diff --git
a/package/base-files/files/etc/profile
b/package/base-files/files/etc/profile
index
5cb83c9
..
e82408f
100644
(file)
--- a/
package/base-files/files/etc/profile
+++ b/
package/base-files/files/etc/profile
@@
-2,7
+2,7
@@
[ -f /etc/banner ] && cat /etc/banner
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
-export HOME=/
tmp
+export HOME=/
root
export PS1='\u@\h:\w\$ '
[ -x /bin/more ] || alias more=less
This page took
0.024138 seconds
and
4
git commands to generate.