From c14e22d9f2f6dcb2a9f575b1c287bebeb736e623 Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 1 Jan 2006 19:00:14 +0000 Subject: [PATCH] - Allow any EOLs in CREDITS files --- scripts/dev/credits | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1