From 9b0190032173ba533a514d8837a8eb28b8fee523 Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 1 Jan 2006 19:00:53 +0000 Subject: MFH --- scripts/dev/credits | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/dev') 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 -- cgit v1.2.1