treewide: Remove continuation escape at end of commands
To avoid confusion and spurious newlines in the output. Found by searching for a backslash followed by a newline, some indentation, and then the end of multi-line string marker, using the following extended regex: ```regex \\\n +''; ```
This commit is contained in:
@@ -2970,7 +2970,7 @@ let
|
||||
postPatch = ''
|
||||
substituteInPlace src/Makefile --replace-fail \
|
||||
"all:\$(PROG) ../inst/bwa clean" \
|
||||
"all:\$(PROG) ../inst/bwa" \
|
||||
"all:\$(PROG) ../inst/bwa"
|
||||
'';
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user