From 73d3a679f555378095f423536776476f14f54ff2 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 4 May 2010 03:37:55 +0000 Subject: [PATCH] Actually fix the trailing backslash in multiline comment bug. --- trampoline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trampoline.sh b/trampoline.sh index 0409808..ff499c1 100755 --- a/trampoline.sh +++ b/trampoline.sh @@ -52,7 +52,7 @@ for arch in $(echo "${detailed}" | "${sed}" -e '/^architecture / { s/^architectu s@^ @// @; s/\(....\)/ \1/g; s@^ // @//@; - s/ *$/ /; # comments cannot end with \ (XXX: put something else there, line it up) + s/ *$/,/; }; /^[0-7]/ { -- 2.45.2