summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-12-21 14:56:15 +0100
committerHolger Levsen <holger@layer-acht.org>2014-12-21 14:56:15 +0100
commitd15a348abc7ba11bb8909bfc947354e5d0ce2b44 (patch)
tree5d462451880a6c77fed89f2c111a47d1464b25df /bin/chroot-installation.sh
parent30b784146af64d5cf087cd700cda304a52894606 (diff)
downloadjenkins.debian.net-d15a348abc7ba11bb8909bfc947354e5d0ce2b44.tar.xz
follow syntax from man page
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh2
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