From 0b638dd7855216169d5f9f4184c014e0566813b4 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sun, 13 Aug 2017 17:44:51 -0700 Subject: [PATCH] mkimage.sh.in: Fix typo in cleanup code --- mkimage.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkimage.sh.in b/mkimage.sh.in index 76ae26a..1f43510 100644 --- a/mkimage.sh.in +++ b/mkimage.sh.in @@ -41,7 +41,7 @@ trap 'printf "\nInterrupted! exiting...\n"; cleanup; exit 0' INT TERM HUP # defined after sourcing the library functions to ensure it is the # last one defined. cleanup() { - unmount_pseudofs + umount_pseudofs umount -f "${ROOTFS}/boot" 2>/dev/null umount -f "${ROOTFS}" 2>/dev/null if [ -e "$LOOPDEV" ]; then