aboutsummaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2004-07-07 05:47:04 +0000
committerMike Baker <mbm@openwrt.org>2004-07-07 05:47:04 +0000
commite0e80413f8177caaf2e3bf4cc362470cdb53cc6f (patch)
treedffa30a04c43191d32de72ed6524c524613a891d /root
parentd54d48aa2debde5d557efbb0adf500bc49663909 (diff)
downloadupstream-e0e80413f8177caaf2e3bf4cc362470cdb53cc6f.tar.gz
upstream-e0e80413f8177caaf2e3bf4cc362470cdb53cc6f.tar.bz2
upstream-e0e80413f8177caaf2e3bf4cc362470cdb53cc6f.zip
*** empty log message ***
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@79 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'root')
-rw-r--r--root/etc/profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/root/etc/profile b/root/etc/profile
index 4729abc02d7..cf2194bd834 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\$ '