diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-04-08 13:51:43 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-04-08 13:51:43 +0200 |
commit | 51357ed592999c4d4ccddbf0741e5f7221d4126e (patch) | |
tree | 0de915328d7c8f442c094ff269162fa0b5f878a5 /bin | |
parent | 629e72f36cdc57eaf36012a1f9131406384f04b2 (diff) | |
download | jenkins.debian.net-51357ed592999c4d4ccddbf0741e5f7221d4126e.tar.xz |
chroot-installation: dont delete $TMPFILE twice
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chroot-installation.sh | 1 |
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." |