Fix typo.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Wed, 4 Aug 2010 05:50:47 +0000 (05:50 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Wed, 4 Aug 2010 05:50:47 +0000 (05:50 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2903 94cd875c-1c1d-0410-91d2-eb244daf1a30

scripts/vserver.functions

index e48bf21..ce50019 100644 (file)
@@ -112,7 +112,7 @@ function _generateChbindOptions
 
     test -n "$_HAVE_INTERFACE_OPTIONS" || _generateInterfaceOptions "$vdir"
 
-    if test -e "$vdir"/noncontext -o
+    if test -e "$vdir"/noncontext -o \
            \( -e "$vdir"/spaces/net -a ! -e "$vdir"/ncontext \); then
        _HAVE_CHBIND_OPTIONS=1
        return 0