diff options
author | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-04-15 18:31:32 -0700 |
---|---|---|
committer | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-04-15 18:31:32 -0700 |
commit | ffb3ebbe0c98853f03a79b95cfff0f525df7d1fe (patch) | |
tree | 9879cb74f4d2f8ab4652b4277b7f66c212766ab0 /libre/filesystem/profile | |
parent | 833e63b6728e7fe38ea0e77303623efa6bdef48c (diff) | |
parent | c931fbbe5ae1246b69e2c61452f7c3d7632d98c9 (diff) |
Merge branch 'master' of vparabola:~/projects/abslibre
Conflicts:
.gitignore
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 |