Re: [PATCH v2] Unset langage specific variables in setlocalversion script

2013-02-22 Thread Michal Marek
On Fri, Feb 22, 2013 at 09:59:18AM +0100, Christophe Leroy wrote: > 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

[PATCH v2] Unset langage specific variables in setlocalversion script

2013-02-22 Thread Christophe Leroy
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-b