1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

Fix up /etc/profile to source files from the right path.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5088 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Joshua Lock
2008-08-20 14:52:12 +00:00
parent 083c456207
commit af1c2826c2
+1 -1
View 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