diff options
author | foobar <sniper@php.net> | 2006-01-01 19:00:53 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2006-01-01 19:00:53 +0000 |
commit | 9b0190032173ba533a514d8837a8eb28b8fee523 (patch) | |
tree | ee6d5e62b6b55ed4ac226040ca313ea93d9386bf /scripts | |
parent | e5ab119ad38ae839057f3da60f3aaa59bd928eb7 (diff) | |
download | php-git-9b0190032173ba533a514d8837a8eb28b8fee523.tar.gz |
MFH
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 |