From ad06c1bb8b3e12029c5d1b660dd21ea1103476f0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 21 Jul 2008 22:44:44 +0000 Subject: [PATCH] fix missing chars in file git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3640 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/osx_packaging/osx_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 7eb0b4f919..be2cbea327 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -176,7 +176,7 @@ while [ true ] ; do deps=`otool -L $file | awk '{print $1}' | egrep "($GTKQUARTZ_ROOT|/opt/|/local/|libs/)"` else # do not include libjack - deps=`otool -L $file | awk '{print $1}' | egrep "($GTKQUARTZ_ROOT|/opt/|/local/|libs/)" | grep -v 'libjack\.' + deps=`otool -L $file | awk '{print $1}' | egrep "($GTKQUARTZ_ROOT|/opt/|/local/|libs/)" | grep -v 'libjack\.'` fi echo -n "." for dep in $deps ; do