mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-07 01:38:26 +00:00
Join two lines that caused awk to squak on some platforms.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33274 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8df87095fc
commit
ea92a109ff
@ -32,6 +32,6 @@ BEGIN { deleting = 0; } \
|
||||
/^Index: .*[.]cvs$/ { deleting = 1; fname=substr($0,7); \
|
||||
print "Skipping: ", fname > "/dev/stderr"; } \
|
||||
/^Index:.*/ && !/^Index: .*[.]cvs$/ { deleting = 0; } \
|
||||
{ if (! deleting) { print; } } \
|
||||
' > "$NAME".patch || error "sed/awk cleanup failed"
|
||||
{ if (! deleting) { print; } } ' > "$NAME".patch || \
|
||||
error "sed/awk cleanup failed"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user