diff options
author | root <root@rshg047.dnsready.net> | 2011-04-14 14:53:18 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-04-14 14:53:18 +0000 |
commit | 5611a56fd08da4e95cdf8de446dda50d7afa80c8 (patch) | |
tree | 7f5b336539dda698885e8ab3baeff3ef69c55454 /libre/filesystem/profile | |
parent | 0917a0682e48c4261e47d743725d990f47f6ec95 (diff) |
Thu Apr 14 14:53:18 UTC 2011
Diffstat (limited to 'libre/filesystem/profile')
-rw-r--r-- | libre/filesystem/profile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |