projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
263c530
)
Backslash...
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Tue, 8 Jan 2008 17:19:57 +0000 (17:19 +0000)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/scripts/vserver.functions
b/scripts/vserver.functions
index
152e5ce
..
8f9b71e
100644
(file)
--- 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