projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d4cf3a0
)
Fix silly typo.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Thu, 21 Aug 2008 19:21:44 +0000 (19:21 +0000)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Thu, 21 Aug 2008 19:21:44 +0000 (19:21 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2759
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
scripts/vmount
patch
|
blob
|
history
diff --git
a/scripts/vmount
b/scripts/vmount
index
f779374
..
1e40f85
100755
(executable)
--- a/
scripts/vmount
+++ b/
scripts/vmount
@@
-56,7
+56,7
@@
declare -a guests
while test $# -gt 0; do
case "$1" in
(--) shift; break;;
- (-*) break;
+ (-*) break;;
(*)
_setVserverDir "$1"
guests=( "${guests[@]}" "$VSERVER_DIR" )