diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-21 14:56:15 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-21 14:56:15 +0100 |
commit | d15a348abc7ba11bb8909bfc947354e5d0ce2b44 (patch) | |
tree | 5d462451880a6c77fed89f2c111a47d1464b25df | |
parent | 30b784146af64d5cf087cd700cda304a52894606 (diff) | |
download | jenkins.debian.net-d15a348abc7ba11bb8909bfc947354e5d0ce2b44.tar.xz |
follow syntax from man page
-rwxr-xr-x | bin/chroot-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 85e77461..9e154e5a 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -100,7 +100,7 @@ echo "set +x" >> $CTMPFILE prepare_upgrade2() { # support _aptdpkg_first type upgrade jobs... if [ "${JOB_NAME: -14}" = "_aptdpkg_first" ] ; then - APTDPKGFIRST="apt-get install -y dpkg apt" + APTDPKGFIRST="apt-get -y install dpkg apt" else APTDPKGFIRST="" fi |