mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
base-files: Remove fork from profile, no need to use ls here
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5082 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -20,7 +20,7 @@ if [ "$PS1" ]; then
|
||||
fi
|
||||
|
||||
if [ -d /etc/profile.d ]; then
|
||||
for i in `ls /etc/profile.d/`; do
|
||||
for i in /etc/profile.d/* ; do
|
||||
. /etc/profile.d/$i
|
||||
done
|
||||
unset i
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "Miscellaneous files for the base system."
|
||||
SECTION = "base"
|
||||
PRIORITY = "required"
|
||||
PR = "r62"
|
||||
PR = "r63"
|
||||
LICENSE = "GPL"
|
||||
|
||||
SRC_URI = " \
|
||||
|
||||
Reference in New Issue
Block a user