diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-07-07 05:47:04 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-07-07 05:47:04 +0000 |
commit | 998ddaf93f95d855749e07de8625b4e8a47992e2 (patch) | |
tree | dffa30a04c43191d32de72ed6524c524613a891d /root/etc/profile | |
parent | c67467946b3f2b75d3198260aa9057ce8cefd74d (diff) |
*** empty log message ***
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@79 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'root/etc/profile')
-rw-r--r-- | root/etc/profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/root/etc/profile b/root/etc/profile index 4729abc02d..cf2194bd83 100644 --- a/root/etc/profile +++ b/root/etc/profile @@ -1,4 +1,5 @@ #!/bin/sh [ -f /etc/motd ] && cat /etc/motd + export PATH=/bin:/sbin:/usr/bin:/usr/sbin export PS1='\u@\h:\w\$ ' |