diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-04-23 23:05:21 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-04-23 23:05:21 -0500 |
commit | 8aef2d5ae234aea165ae2ce60b9e043d56bd9f9f (patch) | |
tree | 83b9fa9ba43170d64999b10589d41944ffe94120 /libre/filesystem/profile | |
parent | 7e347b33306dba9cc5eb9ba1a6417bec9d3da096 (diff) | |
parent | 970781960c3e1a1941af155bf2cd755e13361a10 (diff) |
Merge http://projects.parabolagnulinux.org/abslibre
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 |