fix missing chars in file
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 21 Jul 2008 22:44:44 +0000 (22:44 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 21 Jul 2008 22:44:44 +0000 (22:44 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3640 d708f5d6-7413-0410-9779-e7cbd77b26cf

tools/osx_packaging/osx_build

index 7eb0b4f919d292bd5993dda37000ccb74b97c26a..be2cbea3275781dc220b5b6690b747f37bf123bb 100755 (executable)
@@ -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