@@ -184,6 +184,9 @@ Trunk (unreleased changes)
Trash made similar to the behaviour from dfs shell.
(Pete Wyckoff via dhruba)
+ HADOOP-3819. Unset LANG and LC_CTYPE in saveVersion.sh to make it
+ compatible with non-English locales. (Rong-En Fan via cdouglas)
+
Release 0.18.0 - Unreleased
INCOMPATIBLE CHANGES
@@ -18,6 +18,8 @@
# This file is used to generate the BuildStamp.java class that
# records the user, url, revision and timestamp.
+unset LANG
+unset LC_CTYPE
version=$1
revision=`svn info | sed -n -e 's/Last Changed Rev: \(.*\)/\1/p'`
url=`svn info | sed -n -e 's/URL: \(.*\)/\1/p'`