From abcec963c029fdfee781a4cd7dcaa35e4e6e5aed Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 4 May 2010 02:43:21 +0000 Subject: [PATCH] Fixed a bug with trailing backslashes in trampoline comments. --- trampoline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trampoline.sh b/trampoline.sh index 81ac2ce..0409808 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/ *$//; + s/ *$/ /; # comments cannot end with \ (XXX: put something else there, line it up) }; /^[0-7]/ { -- 2.49.0