diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-06 21:36:45 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-06 21:36:45 -0600 |
commit | 8ec4b9333a52352dc0030f2368e851404fb14e65 (patch) | |
tree | 45c9f623ca59e6da9a7243c870b7693d6b50f667 /libre/filesystem/profile | |
parent | e1775e3c54b852a7d349b4a818794adb8f81487f (diff) | |
parent | fc7e49d04d3f1b8e84dbb6fb0cc76e417d362b4c (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Conflicts:
libre/libretools/PKGBUILD
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 3bc22db9f..59d0abc83 100644 --- a/libre/filesystem/profile +++ b/libre/filesystem/profile @@ -4,7 +4,7 @@ umask 022 # Set our default path -PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin" +PATH="/usr/local/sbin:/usr/local/bin:/usr/bin" export PATH # Load profiles from /etc/profile.d |