From: Patrick Schleizer Date: Fri, 22 Dec 2023 21:28:19 +0000 (-0500) Subject: remove noops "eend $RC" X-Git-Tag: v0.106~3^2 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=48f3096e134178e8a754fe8891011c3803743d1a remove noops "eend $RC" --- 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