From: Tomasz Pala Date: Fri, 30 Apr 2004 12:36:21 +0000 (+0000) Subject: - /etc/profile.d/* can be -x X-Git-Tag: setup_2_4_7~28 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=a447b63fa82619a71b443b2081c332c8ba1113a6;p=projects%2Fsetup.git - /etc/profile.d/* can be -x Changed files: etc/profile -> 1.41 --- diff --git a/etc/profile b/etc/profile index 9ea1558..07a3ddc 100644 --- a/etc/profile +++ b/etc/profile @@ -151,9 +151,7 @@ done # Scripts: for i in /etc/profile.d/*.sh ; do - if [ -x $i ]; then - . $i - fi + . $i done unset i