Fix shell script
authorAnthony Green <green@moxielogic.com>
Thu, 7 Nov 2019 16:00:09 +0000 (11:00 -0500)
committerAnthony Green <green@moxielogic.com>
Thu, 7 Nov 2019 16:00:09 +0000 (11:00 -0500)
.travis/build.sh

index 4d16593005fa870165e5e1b05bda16cfcbc01be7..46fcdc6a13522b97db9663d7fb141ea599ed5125 100755 (executable)
@@ -5,7 +5,7 @@ set -x
 if [ -z ${QEMU_CPU+x} ]; then
     export SET_QEMU_CPU=
 else
-    export SET_QEMU_CPU=-e QEMU_CPU=${QEMU_CPU}
+    export SET_QEMU_CPU="-e QEMU_CPU=${QEMU_CPU}"
 fi
 
 # Default to podman where available, docker otherwise.