From: Jay Freeman (saurik) <saurik@saurik.com>
Date: Tue, 4 May 2010 03:37:55 +0000 (+0000)
Subject: Actually fix the trailing backslash in multiline comment bug.
X-Git-Tag: v0.9.432~41
X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/73d3a679f555378095f423536776476f14f54ff2

Actually fix the trailing backslash in multiline comment bug.
---

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]/ {