summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-07-21 22:44:44 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-07-21 22:44:44 +0000
commitad06c1bb8b3e12029c5d1b660dd21ea1103476f0 (patch)
tree4d3b5ff9c9052197b281985acd155954c5722561 /tools
parentaf872ceeb315cf7cfa10050f10fb291272183555 (diff)
fix missing chars in file
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3640 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/osx_packaging/osx_build2
1 files changed, 1 insertions, 1 deletions
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