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` ...@@ -48,7 +48,7 @@ reldir=`dirname $0`
# output. For more information on EVENT_LOG_FILE, see doc/ENVIRONMENT.txt. # output. For more information on EVENT_LOG_FILE, see doc/ENVIRONMENT.txt.
ZLOGFILE=$EVENT_LOG_FILE ZLOGFILE=$EVENT_LOG_FILE
if [ -z "$ZLOGFILE" ]; then if [ -z "$ZLOGFILE" ]; then
ZLOGFILE=$STUPID_LOG_FILE ZLOGFILE=$STUPID_LOG_FILE
fi fi
if [ -z "$ZLOGFILE" ]; then if [ -z "$ZLOGFILE" ]; then
EVENT_LOG_FILE="" EVENT_LOG_FILE=""
...@@ -56,6 +56,7 @@ if [ -z "$ZLOGFILE" ]; then ...@@ -56,6 +56,7 @@ if [ -z "$ZLOGFILE" ]; then
fi fi
%s=`cd $reldir; pwd` %s=`cd $reldir; pwd`
export %s 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