From e0e80413f8177caaf2e3bf4cc362470cdb53cc6f Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Wed, 7 Jul 2004 05:47:04 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.openwrt.org/openwrt/trunk@79 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- root/etc/profile | 1 + 1 file changed, 1 insertion(+) 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\$ ' -- 2.11.0