Admin/MacOS/App1/script
changeset 44985 272e8e4e4fc7
parent 44948 b455e4f42c04
child 45095 bf7a8906c0cb
--- a/Admin/MacOS/App1/script	Sun Sep 18 16:12:43 2011 -0700
+++ b/Admin/MacOS/App1/script	Mon Sep 19 12:58:52 2011 +0200
@@ -12,7 +12,9 @@
 # sane environment defaults
 
 cd "$HOME"
-PATH="$PATH:/opt/local/bin"
+if [ -x /usr/libexec/path_helper ]; then
+  eval $(/usr/libexec/path_helper -s)
+fi
 
 [ -z "$LANG" ] && export LANG=en_US.UTF-8