Commit ca075f5d authored by Florent Guillaume's avatar Florent Guillaume

Slight reformat: add CR at end of scripts.

parent 20a948f9
......@@ -48,7 +48,7 @@ reldir=`dirname $0`
# output. For more information on EVENT_LOG_FILE, see doc/ENVIRONMENT.txt.
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 @@ if [ -z "$ZLOGFILE" ]; then
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"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment