mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Put in some needed \ at the end of lines!!!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33070 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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; } } \
|
||||
|
Reference in New Issue
Block a user