summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-08 13:51:43 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-08 13:51:43 +0200
commit51357ed592999c4d4ccddbf0741e5f7221d4126e (patch)
tree0de915328d7c8f442c094ff269162fa0b5f878a5 /bin/chroot-installation.sh
parent629e72f36cdc57eaf36012a1f9131406384f04b2 (diff)
downloadjenkins.debian.net-51357ed592999c4d4ccddbf0741e5f7221d4126e.tar.xz
chroot-installation: dont delete $TMPFILE twice
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index b0566714..dd2bd52a 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -294,7 +294,6 @@ if [ "$DISTRO" = "sid" ] ; then
echo "Warning: Transitional packages found:"
cat $TMPFILE
fi
- rm -f $TMPFILE 2>/dev/null
fi
echo "Debug: Removing trap."