From 6dc47c0ff1fc23829857a07b801a78b86047f686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sorin-Mihai=20V=C3=A2rgolici?= Date: Wed, 30 Mar 2011 23:52:00 +0300 Subject: update --- libre/filesystem/profile | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 libre/filesystem/profile (limited to 'libre/filesystem/profile') diff --git a/libre/filesystem/profile b/libre/filesystem/profile old mode 100644 new mode 100755 -- cgit v1.2.3-2-g168b From 845809d4c69d763bebe5981b2f9fc889862162f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Wed, 30 Mar 2011 20:07:17 -0300 Subject: Fixed file modes --- libre/filesystem/profile | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 libre/filesystem/profile (limited to 'libre/filesystem/profile') diff --git a/libre/filesystem/profile b/libre/filesystem/profile old mode 100755 new mode 100644 -- cgit v1.2.3-2-g168b From c931fbbe5ae1246b69e2c61452f7c3d7632d98c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Thu, 14 Apr 2011 11:01:42 -0300 Subject: filesystem-2011.04-1.1 --- libre/filesystem/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libre/filesystem/profile') diff --git a/libre/filesystem/profile b/libre/filesystem/profile index ccc07a4e5..3bc22db9f 100644 --- a/libre/filesystem/profile +++ b/libre/filesystem/profile @@ -10,7 +10,7 @@ export PATH # Load profiles from /etc/profile.d if test -d /etc/profile.d/; then for profile in /etc/profile.d/*.sh; do - test -r $profile && . $profile + test -r "$profile" && . "$profile" done unset profile fi -- cgit v1.2.3-2-g168b