From 369cb372c0ecc6a3beaef4a43e07bc48bb197849 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 11 Feb 2011 14:20:47 +0100 Subject: [PATCH] xbps-src-chroot-helper.sh: remove leftover code. --- xbps-src/libexec/xbps-src-chroot-helper.sh.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xbps-src/libexec/xbps-src-chroot-helper.sh.in b/xbps-src/libexec/xbps-src-chroot-helper.sh.in index 2e592b221a5..0b19356a8ad 100644 --- a/xbps-src/libexec/xbps-src-chroot-helper.sh.in +++ b/xbps-src/libexec/xbps-src-chroot-helper.sh.in @@ -75,10 +75,6 @@ umount_chroot_fs() { local fs dir cnt - if [ -f ${XBPS_MASTERDIR}/.xbps_chroot_working ]; then - return 0 - fi - for fs in ${REQFS}; do [ ! -f ${XBPS_MASTERDIR}/.${fs}_mount_bind_done ] && continue cnt=$(cat ${XBPS_MASTERDIR}/.${fs}_mount_bind_done)