From 72312b8ee69c00c50a7e7470a3147ff627d98410 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 12 Mar 2003 04:40:48 +0000 Subject: "" svn path=/trunk/; revision=466 --- externals/grill/pool/build-pd-darwin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/grill/pool/build-pd-darwin.sh') diff --git a/externals/grill/pool/build-pd-darwin.sh b/externals/grill/pool/build-pd-darwin.sh index edd03207..8f21ebcb 100644 --- a/externals/grill/pool/build-pd-darwin.sh +++ b/externals/grill/pool/build-pd-darwin.sh @@ -4,7 +4,7 @@ make -f makefile.pd-darwin && { - if [ $INSTPATH != "" ]; then + if [ "${INSTPATH}" != "" ]; then echo Now install as root sudo make -f makefile.pd-darwin install fi -- cgit v1.2.1