From: Alexander Barton Date: Sat, 6 Oct 2012 20:26:49 +0000 (+0200) Subject: Add /usr/ucb to our "PATCH check list" X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a587ede301fe5589de34f2511056f089feaacf62;p=ConfigScripts.git Add /usr/ucb to our "PATCH check list" Used by Apple A/UX. --- diff --git a/sys/profile b/sys/profile index 88847b3..8afa7ca 100644 --- a/sys/profile +++ b/sys/profile @@ -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"