]> git.saurik.com Git - cycript.git/commitdiff
Actually fix the trailing backslash in multiline comment bug.
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 4 May 2010 03:37:55 +0000 (03:37 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Tue, 4 May 2010 03:37:55 +0000 (03:37 +0000)
trampoline.sh

index 04098088031350ad5df1664f8e4dbeb91da4d416..ff499c1bd47c6d2b79b664f424f67e7e18dd4505 100755 (executable)
@@ -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]/ {