From 48f3096e134178e8a754fe8891011c3803743d1a Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Fri, 22 Dec 2023 16:28:19 -0500 Subject: [PATCH] remove noops "eend $RC" --- grml-debootstrap | 3 --- 1 file changed, 3 deletions(-) diff --git a/grml-debootstrap b/grml-debootstrap index 709230d..126cb41 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -1352,7 +1352,6 @@ mkfs() { # race conditions :-/ sleep 2 - eend $RC fi } # }}} @@ -1744,7 +1743,6 @@ debootstrap_system() { fi fi - eend $RC } # }}} @@ -2069,7 +2067,6 @@ chrootscript() { fi try_umount 3 "$MNTPOINT"/dev/pts try_umount 3 "$MNTPOINT"/dev - eend $RC fi # finally get rid of chroot-script again, there's no good reason to -- 2.1.4