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:
Richard Purdie
2008-08-19 21:35:10 +00:00
parent 513bf3ac50
commit 04066bd057
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -1,7 +1,7 @@
DESCRIPTION = "Miscellaneous files for the base system."
SECTION = "base"
PRIORITY = "required"
PR = "r62"
PR = "r63"
LICENSE = "GPL"
SRC_URI = " \