From: Daniel Hokka Zakrisson Date: Tue, 8 Jan 2008 17:19:57 +0000 (+0000) Subject: Backslash... X-Git-Tag: release-0.30.215~51 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ab9267e1b9e34a13c824dd74be4a57d8a67a286;p=util-vserver.git Backslash... git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2656 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/scripts/vserver.functions b/scripts/vserver.functions index 152e5ce..8f9b71e 100644 --- a/scripts/vserver.functions +++ b/scripts/vserver.functions @@ -1266,7 +1266,7 @@ function _namespaceCleanup done local -a list_umount - while read dev path opts; do + while read -r dev path opts; do test -n "$path" || continue for i in "$root" /dev /proc; do test "${path#$i}" != "$path" && continue 2