From 20e4367e719f6d22c9727e143c1e6b332b916a64 Mon Sep 17 00:00:00 2001 From: Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br> Date: Mon, 21 Oct 2013 17:12:04 -0200 Subject: [PATCH] common-functions.sh: Fix typo on function name call --- scripts/common-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/common-functions.sh b/scripts/common-functions.sh index 3592298..380ffe3 100755 --- a/scripts/common-functions.sh +++ b/scripts/common-functions.sh @@ -69,7 +69,7 @@ closeChroot() umount -l "$CHROOTDIR"/sys && removeMountList "$CHROOTDIR"/sys fi if grep -qs "$CHROOTDIR/proc" /proc/mounts; then - umount -l "$CHROOTDIR"/proc && removeMountLit "$CHROOTDIR"/proc + umount -l "$CHROOTDIR"/proc && removeMountList "$CHROOTDIR"/proc fi if grep -qs "$CHROOTDIR/dev" /proc/mounts; then umount -l "$CHROOTDIR"/dev && removeMountList "$CHROOTDIR"/dev -- GitLab