]> arthur.barton.de Git - ConfigScripts.git/commitdiff
Add /Developer/usr/bin as optional PATH component
authorAlexander Barton <alex@barton.de>
Fri, 16 Oct 2009 10:44:43 +0000 (12:44 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 16 Oct 2009 10:44:43 +0000 (12:44 +0200)
sys/profile

index 08307cb9643ac36ddcdbd2528f805764f670daaf..30e0df15db5b8f2662938cc3ec3669db1bfe8525 100644 (file)
@@ -30,7 +30,7 @@ else
 fi
 # prepend optional directories to PATH ...
 path=""
-for d in /usr/pkg/bin /opt/*/bin; do
+for d in /Developer/usr/bin /usr/pkg/bin /opt/*/bin; do
        [ -d "$d" -o -h "$d" ] && path="$path$d:"
 done
 [ -n "$path" ] && PATH="$path$PATH"