commit 710558381fb5ffee177dee5a724682df04a46ad8
parent 5d32bf8fa1f4aba68f7ff985ef239289e1f46eea
Author: Jaromil <jaromil@dyne.org>
Date: Wed, 26 Nov 2014 18:38:21 +0000
Merge pull request #168 from gdrooid/lang
[i18n] Don't localize legal output.
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/tomb b/tomb
@@ -2666,9 +2666,12 @@ main() {
_print " For the latest sourcecode go to <http://dyne.org/software/tomb>"
_print "\000"
option_is_set -v && {
+ local langwas=$LANG
+ LANG=en
_print " This source code is distributed in the hope that it will be useful,"
_print " but WITHOUT ANY WARRANTY; without even the implied warranty of"
_print " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
+ LANG=$langwas
_print " When in need please refer to <http://dyne.org/support>."
_print "\000"
_print "System utils:"