From caa663fadd9b029696895ead96dc094efe48e3e1 Mon Sep 17 00:00:00 2001 From: AlistairGrant Date: Thu, 3 Jan 2019 15:35:06 +0100 Subject: [PATCH] linux32ARMv6 mvm missing quotes build.linux32ARMv6/pharo.cog.spur/build/mvm is missing quotes around a parameter triggering a syntax error --- build.linux32ARMv6/pharo.cog.spur/build/mvm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.linux32ARMv6/pharo.cog.spur/build/mvm b/build.linux32ARMv6/pharo.cog.spur/build/mvm index 018e1dc8cb..2b28c39c02 100755 --- a/build.linux32ARMv6/pharo.cog.spur/build/mvm +++ b/build.linux32ARMv6/pharo.cog.spur/build/mvm @@ -4,7 +4,7 @@ set -e INSTALLDIR=phcogspurlinuxhtRPi # disable build of all dependencies by default because travis build takes too much time then fails. # in case we build "non-dependency" version, we need to remove plugins with dependencies (SDL2 in particular) -if [ $1 = "all" ]; then +if [ "$1" = "all" ]; then THIRDPARTYLIBS="libsdl2 libssh2 libgit2" EXTERNALPLUGINS="plugins.ext.all" shift