소스 검색

mkimage.sh.in: Fix typo in cleanup code

Michael Aldridge 7 년 전
부모
커밋
0b638dd785
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mkimage.sh.in

+ 1 - 1
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