diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-11-12 15:09:50 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-11-12 15:09:50 +0100 |
commit | 77a0ccd429f5f9729e8066541977557ff4bb7e98 (patch) | |
tree | f6fbd13296b6305cb8fbbc5370d72c5593141f4d | |
parent | 2571d6d4826fdc37355036da15cac07a675a962b (diff) | |
download | jenkins.debian.net-77a0ccd429f5f9729e8066541977557ff4bb7e98.tar.xz |
fix syntax error introduced by Steven
-rw-r--r-- | bin/g-i-installation.sh | 1 |
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 |