From a447b63fa82619a71b443b2081c332c8ba1113a6 Mon Sep 17 00:00:00 2001 From: Tomasz Pala Date: Fri, 30 Apr 2004 12:36:21 +0000 Subject: [PATCH] - /etc/profile.d/* can be -x Changed files: etc/profile -> 1.41 --- etc/profile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.44.0