diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/dev/credits | 2 |
1 files changed, 1 insertions, 1 deletions
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 |