summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-11 06:51:56 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-11 06:51:56 +0000
commit81accb5f084c2b84a1359f08deeb4d989bc13eed (patch)
treee1e6f9e1dbafe6a91e2d99db083649c34078a1b3
parent550a8f37606d582fa2775f4e33aab47723acd4d4 (diff)
downloadbcm5719-llvm-81accb5f084c2b84a1359f08deeb4d989bc13eed.tar.gz
bcm5719-llvm-81accb5f084c2b84a1359f08deeb4d989bc13eed.zip
Put in some needed \ at the end of lines!!!
llvm-svn: 33070
-rwxr-xr-xllvm/utils/mkpatch2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/mkpatch b/llvm/utils/mkpatch
index 71ce2295051..ce105af25df 100755
--- a/llvm/utils/mkpatch
+++ b/llvm/utils/mkpatch
@@ -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; } } \
OpenPOWER on IntegriCloud