diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-04-14 11:01:42 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-04-14 11:01:42 -0300 |
commit | c931fbbe5ae1246b69e2c61452f7c3d7632d98c9 (patch) | |
tree | 6fe7747f7fd6af9aa2471b40ccc6e7e43c3e021b /libre/filesystem/profile | |
parent | c699f6b6d25b997978932b92a6f9d63910b867fb (diff) | |
download | abslibre-c931fbbe5ae1246b69e2c61452f7c3d7632d98c9.tar.gz abslibre-c931fbbe5ae1246b69e2c61452f7c3d7632d98c9.tar.bz2 abslibre-c931fbbe5ae1246b69e2c61452f7c3d7632d98c9.zip |
filesystem-2011.04-1.1
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 |