From b4b74394897fc141c5e90c81bf04e5c2f3974d43 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 30 May 2012 15:34:25 +0000 Subject: [PATCH] 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 --- tools/osx_packaging/osx_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 17e86d58b7..2d2328342c 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -280,7 +280,7 @@ if test x$WITH_LADSPA != x ; then else plugdir=ladspa 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 ..." cp -r $plugdir/* $Plugins fi -- 2.30.2