summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2006-01-01 19:00:53 +0000
committerfoobar <sniper@php.net>2006-01-01 19:00:53 +0000
commit9b0190032173ba533a514d8837a8eb28b8fee523 (patch)
treeee6d5e62b6b55ed4ac226040ca313ea93d9386bf /scripts
parente5ab119ad38ae839057f3da60f3aaa59bd928eb7 (diff)
downloadphp-git-9b0190032173ba533a514d8837a8eb28b8fee523.tar.gz
MFH
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/dev/credits2
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