From b437f8a13c59e3e08e3461ef03d4e3c95a3d3f90 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 6 Apr 2011 21:07:35 +0000 Subject: [PATCH] retain normal bare PATH for OS X bundle execution git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9311 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/osx_packaging/osx_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 483600ba92..aa5d81d940 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -152,11 +152,11 @@ fi if test x$INTERNAL_JACK != x ; then env="$envARDOUR_INTERNAL_JACKtrue" else - env="$envPATH/usr/local/bin:/opt/bin" + env="$envPATH/usr/local/bin:/opt/bin:/usr/bin:/bin:/usr/sbin:/sbin" env="$envDYLIB_FALLBACK_LIBRARY_PATH/usr/local/lib:/opt/lib" fi -env="LSEnvironmentARDOUR_BUNDLEDtrue$env" +env="LSEnvironment$envARDOUR_BUNDLEDtrue" # edit plist sed -e "s?@ENV@?$env?g" \