[Zope-Checkins] CVS: Zope/inst - make_start.py:1.9
Florent Guillaume
fg@nuxeo.com
Thu, 4 Jul 2002 08:12:23 -0400
Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv30176
Modified Files:
make_start.py
Log Message:
Slight reformat: add CR at end of scripts.
=== Zope/inst/make_start.py 1.8 => 1.9 ===
ZLOGFILE=$EVENT_LOG_FILE
if [ -z "$ZLOGFILE" ]; then
-ZLOGFILE=$STUPID_LOG_FILE
+ ZLOGFILE=$STUPID_LOG_FILE
fi
if [ -z "$ZLOGFILE" ]; then
EVENT_LOG_FILE=""
@@ -56,6 +56,7 @@
fi
%s=`cd $reldir; pwd`
export %s
-exec %s $%s/z2.py -D "$@" """
+exec %s $%s/z2.py -D "$@"
+"""
-STOP_SCRIPT="#! /bin/sh\nkill `cat %s`"
+STOP_SCRIPT="#! /bin/sh\nkill `cat %s`\n"