Put in some needed \ at the end of lines!!!
llvm-svn: 33070
diff --git a/llvm/utils/mkpatch b/llvm/utils/mkpatch
index 71ce229..ce105af 100755
--- a/llvm/utils/mkpatch
+++ b/llvm/utils/mkpatch
@@ -29,7 +29,7 @@
echo "mkpatch: Removing cruft from the patch file"
sed "$NAME".patch.raw -e '/^[?] .*/d' -e '/^cvs diff: Diffing/d' | awk '\
BEGIN { deleting = 0; } \
-/^Index: .*[.]cvs$/ { deleting = 1; fname=substr($0,7);
+/^Index: .*[.]cvs$/ { deleting = 1; fname=substr($0,7); \
print "Skipping: ", fname > "/dev/stderr"; } \
/^Index:.*/ && !/^Index: .*[.]cvs$/ { deleting = 0; } \
{ if (! deleting) { print; } } \