--space fixup
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 4 May 2012 13:33:56 +0000 (13:33 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 4 May 2012 13:33:56 +0000 (13:33 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12184 d708f5d6-7413-0410-9779-e7cbd77b26cf

tools/build-ardour-stack
tools/build-gtk-stack

index 0c5d969360a92e44cf200dd98de410b18c94f315..122e28fa68b51477b35ff7aedcd99e51552b3308 100755 (executable)
@@ -36,7 +36,7 @@ while [ $# -gt 0 ] ; do
 done
 
 
-if [ $clean -o $makespace ] ; then
+if [ x$clean != x -o x$makespace != x ] ; then
     if [ ! -d LRDF ] ; then 
         echo "This doesn't appear to be your source directory. Don't run --clean or --space here."
         exit 1
index 2263d1c86209d268e0088a1e3b63c69a1bcfaa44..21bd9ccb5e5e358a25cd0bed01fa4325a031f3d9 100755 (executable)
@@ -45,7 +45,7 @@ while [ $# -gt 0 ] ; do
     esac
 done
 
-if [ $clean -o $makespace ] ; then
+if [ x$clean != x -o x$makespace != x ] ; then
     if [ ! -d gtk+ ] ; then 
         echo "This doesn't appear to be your source directory. Don't run --clean or --space here."
         exit 1