sniper Sun Jan 1 19:00:14 2006 UTC
Modified files:
/php-src/scripts/dev credits
Log:
- Allow any EOLs in CREDITS files
http://cvs.php.net/viewcvs.cgi/php-src/scripts/dev/credits?r1=1.2&r2=1.3&diff_format=u
Index: php-src/scripts/dev/credits
diff -u php-src/scripts/dev/credits:1.2 php-src/scripts/dev/credits:1.3
--- php-src/scripts/dev/credits:1.2 Sat Jan 17 13:00:20 2004
+++ php-src/scripts/dev/credits Sun Jan 1 19:00:14 2006
@@ -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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php