tMerge pull request #168 from gdrooid/lang - tomb - the crypto undertaker
HTML git clone git://parazyd.org/tomb.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 710558381fb5ffee177dee5a724682df04a46ad8
DIR parent 5d32bf8fa1f4aba68f7ff985ef239289e1f46eea
HTML Author: Jaromil <jaromil@dyne.org>
Date: Wed, 26 Nov 2014 18:38:21 +0000
Merge pull request #168 from gdrooid/lang
t[i18n] Don't localize legal output.
Diffstat:
M tomb | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
DIR diff --git a/tomb b/tomb
t@@ -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:"