]> arthur.barton.de Git - ConfigScripts.git/commitdiff
Check /usr/share/php/bin as optional search path component
authorAlexander Barton <alex@barton.de>
Tue, 7 Feb 2012 20:29:45 +0000 (21:29 +0100)
committerAlexander Barton <alex@barton.de>
Tue, 7 Feb 2012 20:29:45 +0000 (21:29 +0100)
sys/profile

index 423c3803e1177587dd2512dc8aaee5dc5b5dcdb0..7a356c101232bcfce467e06ae1a434092443cc69 100644 (file)
@@ -48,7 +48,7 @@ if [ "$UID" -eq 0 ]; then
        [ -n "$path" ] && PATH="$path$PATH"
 fi
 # append optional directories to PATH ...
-for d in /usr/bin/X11 /usr/games; do
+for d in /usr/bin/X11 /usr/games /usr/share/php/bin; do
        [ -d "$d" -o -h "$d" ] && PATH="$PATH:$d"
 done
 # set PATH so it includes user's private executables