Backslash...
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Tue, 8 Jan 2008 17:19:57 +0000 (17:19 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Tue, 8 Jan 2008 17:19:57 +0000 (17:19 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2656 94cd875c-1c1d-0410-91d2-eb244daf1a30

scripts/vserver.functions

index 152e5ce..8f9b71e 100644 (file)
@@ -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