]> code.ossystems Code Review - openembedded-core.git/commitdiff
base-files: Remove fork from profile, no need to use ls here
authorRichard Purdie <richard@openedhand.com>
Tue, 19 Aug 2008 21:35:10 +0000 (21:35 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 19 Aug 2008 21:35:10 +0000 (21:35 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5082 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/base-files/base-files/profile
meta/packages/base-files/base-files_3.0.14.bb

index edfcab30641367119b05247ef815a49f7957391e..00ec7bc47dc6d930a8ee0787db251f0800f1db06 100644 (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
index 74447454f48bd4e70b6b1de24e895c524d26748b..aa61a1d39aeb2a84737527a273556c03c0c57daa 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Miscellaneous files for the base system."
 SECTION = "base"
 PRIORITY = "required"
-PR = "r62"
+PR = "r63"
 LICENSE = "GPL"
 
 SRC_URI = " \