Joey Boggs
2009-Apr-15 13:38 UTC
[Ovirt-devel] [PATCH Server] resend: set LANG variable within installer to prevent translation errors
--- installer/bin/ovirt-installer | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/installer/bin/ovirt-installer b/installer/bin/ovirt-installer index 2d88886..3e87a40 100755 --- a/installer/bin/ovirt-installer +++ b/installer/bin/ovirt-installer @@ -26,6 +26,9 @@ require 'erb' require 'rubygems' require 'highline' +# set $LANG env variable +ENV['LANG'] = 'C' + # # Input output controls # -- 1.6.0.6