]> arthur.barton.de Git - ConfigScripts.git/commitdiff
Add /usr/ucb to our "PATCH check list"
authorAlexander Barton <alex@barton.de>
Sat, 6 Oct 2012 20:26:49 +0000 (22:26 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 6 Oct 2012 20:26:49 +0000 (22:26 +0200)
Used by Apple A/UX.

sys/profile

index 88847b3d11d607be959db6b2d4554a54d6a8b203..8afa7ca1036575b2f609ab3c7853ff88bd1d4fd2 100644 (file)
@@ -40,7 +40,7 @@ else
 fi
 # prepend optional directories to PATH ...
 path=""
-for d in /Developer/usr/bin /usr/pkg/bin /usr/lib/ccache /opt/*/bin; do
+for d in /Developer/usr/bin /usr/pkg/bin /usr/ucb /usr/lib/ccache /opt/*/bin; do
        [ -d "$d" -o -h "$d" ] && path="$path$d:"
 done
 [ -n "$path" ] && PATH="$path$PATH"