mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 06:05:43 +01:00
fix missing chars in file
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3640 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
af872ceeb3
commit
ad06c1bb8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue