Author: glen
Date: Mon Jan 11 11:52:18 2010
New Revision: 11099

Modified:
   rc-scripts/trunk/changelog.sh
Log:
- C locale for consistent changelog

Modified: rc-scripts/trunk/changelog.sh
==============================================================================
--- rc-scripts/trunk/changelog.sh       (original)
+++ rc-scripts/trunk/changelog.sh       Mon Jan 11 11:52:18 2010
@@ -29,7 +29,7 @@
 else
        charset=ISO8859-2
 fi
-svn log -v --xml | svn2log --users-charset=$charset --domain "pld-linux.org" 
-p $branch -u $tmp --exclude ChangeLog -o ChangeLog
+LC_ALL=C svn log -v --xml | LC_ALL=C svn2log --users-charset=$charset --domain 
"pld-linux.org" -p $branch -u $tmp --exclude ChangeLog -o ChangeLog
 rm -f $tmp
 
 # obfuscate emails <u...@domain> and (u...@domain)
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to