Skip to content

Commit

Permalink
remove noops "eend $RC"
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Dec 22, 2023
1 parent 9706bd9 commit 48f3096
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions grml-debootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,6 @@ mkfs() {
# race conditions :-/
sleep 2

eend $RC
fi
}
# }}}
Expand Down Expand Up @@ -1744,7 +1743,6 @@ debootstrap_system() {
fi
fi

eend $RC
}
# }}}

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 48f3096

Please sign in to comment.