- fix unquoted variable (causes python syntax error)
authorMark Huang <mlhuang@cs.princeton.edu>
Fri, 26 Aug 2005 04:03:43 +0000 (04:03 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Fri, 26 Aug 2005 04:03:43 +0000 (04:03 +0000)
scripts/util-vserver-vars.pathsubst

index f4baf0c..011fe12 100644 (file)
@@ -39,7 +39,7 @@ _EXEC_ULIMIT="$__PKGLIBDIR/exec-ulimit"
 _FAKE_RUNLEVEL="$__PKGLIBDIR/fakerunlevel"
 _FILETIME="$__PKGLIBDIR/filetime"
 _IFSPEC="$__LEGACYDIR/ifspec"
-_INITSYNC_MINIT_START=:
+_INITSYNC_MINIT_START=":"
 _KEEP_CTX_ALIVE="$__PKGLIBDIR/keep-ctx-alive"
 _LIB_FUNCTIONS="$__PKGLIBDIR/functions"
 _LIB_VSERVER_SETUP_FUNCTIONS="$__PKGLIBDIR/vserver-setup.functions"