SVN: rc-scripts/trunk/changelog.sh

glen glen at pld-linux.org
Mon Jan 11 11:52:19 CET 2010


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 <user at domain> and (user at domain)


More information about the pld-cvs-commit mailing list