From ff892afa23f3b59bb6de53cb72bf6f91219a20c5 Mon Sep 17 00:00:00 2001 From: Christian Beer Date: Tue, 3 Nov 2015 18:06:46 +0100 Subject: [PATCH] Server: fix comment from last commit --- sched/start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/start b/sched/start index c0178cab10..d32c0a3176 100755 --- a/sched/start +++ b/sched/start @@ -330,7 +330,7 @@ def contains_shell_characters(command): return True return False -# if a line ends with a \ it escapes the newline witch then +# if a line ends with a \ it escapes the newline which then # is in front of the first argument of the next line where it needs to be cleaned # this enables the use of multiline shell commands within def strip_leading_escapes(string):