mirror of https://github.com/BOINC/boinc.git
Server: fix comment from last commit
This commit is contained in:
parent
881863d8a2
commit
ff892afa23
|
@ -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 <cmd>
|
||||
def strip_leading_escapes(string):
|
||||
|
|
Loading…
Reference in New Issue