This patch allows the use of setlocalversion script regardless of the LANG parameter. Otherwise, the `svn info 2>/dev/null | grep '^Last Changed Rev'` returns nothing because for instance, in French the text 'Last Changed Rev' is replaced by 'Révision de la dernière modification' Signed-off-by: Christophe Leroy <christophe.leroy@xxxxxx> diff -ur linux-3.7.9/scripts/setlocalversion linux/scripts/setlocalversion --- linux-3.7.9/scripts/setlocalversion 2013-02-17 19:53:32.000000000 +0100 +++ linux/scripts/setlocalversion 2012-11-03 03:15:32.000000000 +0100 @@ -9,6 +9,8 @@ # # +unset LANG + usage() { echo "Usage: $0 [--save-scmversion] [srctree]" >&2 exit 1 -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html