projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ab00d98
)
Fix noop block.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Mon, 26 Jul 2010 17:36:08 +0000 (17:36 +0000)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Mon, 26 Jul 2010 17:36:08 +0000 (17:36 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2902
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
scripts/vserver.functions
patch
|
blob
|
history
diff --git
a/scripts/vserver.functions
b/scripts/vserver.functions
index
b905968
..
e48bf21
100644
(file)
--- a/
scripts/vserver.functions
+++ b/
scripts/vserver.functions
@@
-804,7
+804,7
@@
function _generateSpaceOptions
if test -z "$shared"; then
OPTS_VSPACE=( "${OPTS_VSPACE[@]}" --$space )
elif test "$shared" = "0"; then
- # Do nothing
+ : # Do nothing
else
OPTS_VSPACE_SHARED=( "${OPTS_VSPACE_SHARED[@]}" --$space )
VSPACE_SHARED_CMD=( "${VSPACE_SHARED_CMD[@]}" $_VSPACE --enter "$shared" --$space -- )