From 51357ed592999c4d4ccddbf0741e5f7221d4126e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 8 Apr 2017 13:51:43 +0200 Subject: chroot-installation: dont delete $TMPFILE twice Signed-off-by: Holger Levsen --- bin/chroot-installation.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/chroot-installation.sh') 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." -- cgit v1.2.3-54-g00ecf