mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
fix osx build script when the path to the plugin folder contains spaces
git-svn-id: svn://localhost/ardour2/branches/3.0@12492 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5d10ef90b8
commit
b4b7439489
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ if test x$WITH_LADSPA != x ; then
|
||||||
else
|
else
|
||||||
plugdir=ladspa
|
plugdir=ladspa
|
||||||
fi
|
fi
|
||||||
if [ -d $plugdir -a x`ls $plugdir` != x ] ; then
|
if [ -d $plugdir -a "x$(ls $plugdir)" != x ] ; then
|
||||||
echo "Copying `ls $plugdir | wc -l` plugins ..."
|
echo "Copying `ls $plugdir | wc -l` plugins ..."
|
||||||
cp -r $plugdir/* $Plugins
|
cp -r $plugdir/* $Plugins
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue