summaryrefslogtreecommitdiff
path: root/d/sys/lampion/local
diff options
context:
space:
mode:
authorschodet2005-12-30 21:05:55 +0000
committerschodet2005-12-30 21:05:55 +0000
commit1c717e9c257854a668463f274e67d3538406d286 (patch)
treeb8e9c557a8e8ff7c5cec86bdc610b9e50e75c9e3 /d/sys/lampion/local
parent6216fa1f19cb79582f303b63e8c350b5041e04da (diff)
Modification du post-commit pour les accents dans IRC.
Diffstat (limited to 'd/sys/lampion/local')
-rwxr-xr-xd/sys/lampion/local/sbin/post-commit1
1 files changed, 1 insertions, 0 deletions
diff --git a/d/sys/lampion/local/sbin/post-commit b/d/sys/lampion/local/sbin/post-commit
index 39d99c5..5d913f8 100755
--- a/d/sys/lampion/local/sbin/post-commit
+++ b/d/sys/lampion/local/sbin/post-commit
@@ -10,6 +10,7 @@ L=10 # Max dirs-changed
# Send message
(
+export LANG=fr_FR@euro
echo "SVN commit r$REV by $AUTHOR in $REPOS:"
svnlook log -r $REV $REPOS | sed -e '/^$/d' -e 's/^/| /'
svnlook dirs-changed -r $REV $REPOS | \