summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-11-12 15:09:50 +0100
committerHolger Levsen <holger@layer-acht.org>2014-11-12 15:09:50 +0100
commit77a0ccd429f5f9729e8066541977557ff4bb7e98 (patch)
treef6fbd13296b6305cb8fbbc5370d72c5593141f4d /bin
parent2571d6d4826fdc37355036da15cac07a675a962b (diff)
downloadjenkins.debian.net-77a0ccd429f5f9729e8066541977557ff4bb7e98.tar.xz
fix syntax error introduced by Steven
Diffstat (limited to 'bin')
-rw-r--r--bin/g-i-installation.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index bcafb226..7234800e 100644
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -323,6 +323,7 @@ bootstrap_system() {
;;
*) echo "--append \"$APPEND\"" >> $QEMU_LAUNCHER
;;
+ esac
set -x
(bash -x $QEMU_LAUNCHER && touch $RESULTS/qemu_quit ) &
set +x