]> git.openfabrics.org - ~emulex/ofed_scripts/.git/commitdiff
Set local language to en_US.UTF-8
authorVladimir Sokolovsky <vlad@mellanox.com>
Tue, 17 Jun 2014 07:05:23 +0000 (10:05 +0300)
committerVladimir Sokolovsky <vlad@mellanox.com>
Tue, 17 Jun 2014 07:05:23 +0000 (10:05 +0300)
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
install.pl

index c30c67097869dadc0c35fe3aec59c2681ba82e2a..3d95e47bfacf032a4b5403d9d4accb7d3b346263 100755 (executable)
@@ -35,6 +35,8 @@ use Cwd;
 use Term::ANSIColor qw(:constants);
 use sigtrap 'handler', \&sig_handler, 'normal-signals';
 
+$ENV{"LANG"} = "en_US.UTF-8";
+
 if ($<) {
     print RED "Only root can run $0", RESET "\n";
     exit 1;