mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user