From: Jay Freeman (saurik) Date: Tue, 4 May 2010 02:43:21 +0000 (+0000) Subject: Fixed a bug with trailing backslashes in trampoline comments. X-Git-Tag: v0.9.432~43 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/abcec963c029fdfee781a4cd7dcaa35e4e6e5aed Fixed a bug with trailing backslashes in trampoline comments. --- 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]/ {