From: foobar Date: Sun, 1 Jan 2006 19:00:14 +0000 (+0000) Subject: - Allow any EOLs in CREDITS files X-Git-Tag: RELEASE_1_0_4~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c14e22d9f2f6dcb2a9f575b1c287bebeb736e623;p=php - Allow any EOLs in CREDITS files --- diff --git a/scripts/dev/credits b/scripts/dev/credits index 0ea312d509..f99c0316aa 100755 --- a/scripts/dev/credits +++ b/scripts/dev/credits @@ -1,6 +1,6 @@ #!/bin/sh awkprog=' -BEGIN { FS = "\n"; RS = "" } +BEGIN { FS = "\n|\r\n|\r"; RS = "" } { print "CREDIT_LINE(\""$1"\", \""$2"\");" }' for what in ext sapi