kbuild: Unset language specific variables in setlocalversion script
authorChristophe Leroy <christophe.leroy@c-s.fr>
Fri, 22 Feb 2013 08:59:18 +0000 (09:59 +0100)
committerMichal Marek <mmarek@suse.cz>
Fri, 22 Feb 2013 13:18:30 +0000 (14:18 +0100)
commitf893bfb61531548eeaff432e8d10758e86e788a7
tree002bcaa157187855e652a1db630de5daeba90ab6
parente82c4bb8b457926e13d4dd3aacbb8e573daede23
kbuild: Unset language specific variables in setlocalversion script

This patch allows the use of setlocalversion script regardless of the language
parameters. 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@c-s.fr>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/setlocalversion