]> code.ossystems Code Review - openembedded-core.git/commitdiff
Fix up /etc/profile to source files from the right path.
authorJoshua Lock <josh@openedhand.com>
Wed, 20 Aug 2008 14:52:12 +0000 (14:52 +0000)
committerJoshua Lock <josh@openedhand.com>
Wed, 20 Aug 2008 14:52:12 +0000 (14:52 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5088 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/base-files/base-files/profile

index 00ec7bc47dc6d930a8ee0787db251f0800f1db06..aa1c20fdb8f9878d3390e5f08128bb01f00bfef9 100644 (file)
@@ -21,7 +21,7 @@ fi
 
 if [ -d /etc/profile.d ]; then
   for i in /etc/profile.d/* ; do
-    . /etc/profile.d/$i
+    . $i
   done
   unset i
 fi