]> granicus.if.org Git - graphviz/commitdiff
Fix awk script to work with cairo generated postscript
authorerg <devnull@localhost>
Fri, 25 Mar 2011 18:04:04 +0000 (18:04 +0000)
committererg <devnull@localhost>
Fri, 25 Mar 2011 18:04:04 +0000 (18:04 +0000)
rtest/strps.awk

index f9dae35446c49f2116122a67abe1ab16c975b8f0..0218d4d0d54913378eb5d584ec14244275eea3ba 100644 (file)
@@ -1,3 +1,3 @@
 BEGIN{doit = 0}
  { if (doit) print $0 }
- $0 == "%%EndSetup" { doit = 1 }
+ $0 = /%%End.*Setup/ { doit = 1 }