]> sipb.mit.edu Git - snippets/.git/commitdiff
commit-zephyr, zephyr-post-revprop-change: Run in UTF-8 locale.
authorAnders Kaseorg <andersk@mit.edu>
Sun, 27 Dec 2009 10:28:35 +0000 (05:28 -0500)
committerAnders Kaseorg <andersk@mit.edu>
Sun, 27 Dec 2009 10:28:35 +0000 (05:28 -0500)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
svn-hooks/commit-zephyr
svn-hooks/zephyr-post-revprop-change

index b3f2f19b1ab068e629bbf268c0de080c16fc4ee3..c0b48d7cf542b75272b0a5147fefbd63f3843ebe 100755 (executable)
@@ -9,6 +9,8 @@
 # /mit/snippets/svn-hooks/commit-zephyr "$REPOS" "$REV" -c scripts
 # /mit/snippets/svn-hooks/commit-zephyr "$REPOS" "$REV" --full -c scripts-auto -i commits
 
+export LC_ALL=en_US.UTF-8
+
 CLASS=test
 INSTANCE=@
 FULL=0
index b7d90b54a4865f5a559b366c5a3f3bac4ad47dba..af159224f6eab079da9e3658ecca55772c551ad7 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+export LC_ALL=en_US.UTF-8
+
 REPOS="$1"
 REV="$2"
 USER="$3"