summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-07-21 22:34:59 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-07-21 22:34:59 +0000
commitaf872ceeb315cf7cfa10050f10fb291272183555 (patch)
tree20eedba7ef57869184772788ddc053145d5fe9d2 /tools
parentedcadc2ffd6e5619eb026224ec21861464b420a7 (diff)
fix bad chars in file
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3639 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 c67862c982..7eb0b4f919 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\.'`5D
+ deps=`otool -L $file | awk '{print $1}' | egrep "($GTKQUARTZ_ROOT|/opt/|/local/|libs/)" | grep -v 'libjack\.'
fi
echo -n "."
for dep in $deps ; do