Put in some needed \ at the end of lines!!!
authorReid Spencer <rspencer@reidspencer.com>
Thu, 11 Jan 2007 06:51:56 +0000 (06:51 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 11 Jan 2007 06:51:56 +0000 (06:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33070 91177308-0d34-0410-b5e6-96231b3b80d8

utils/mkpatch

index 71ce2295051621ffffdff0aa84539b4d866cf36e..ce105af25df94533ca1779ec197d8a1ddd6b2698 100755 (executable)
@@ -29,7 +29,7 @@ cvs diff -Ntdup -5 >> "$NAME".patch.raw 2>&1 \
 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; } } \