Changeset 3063 in MondoRescue


Ignore:
Timestamp:
Nov 11, 2012, 4:37:02 AM (11 years ago)
Author:
Bruno Cornec
Message:

r5046@localhost: bruno | 2012-11-11 01:55:17 +0100

  • Fix #654 by exporting correct value for LANG and LANGUAGE in analyze-my-lvm to avoid localized display (ediaz)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/analyze-my-lvm

    r3037 r3063  
    334334# -------------------------------- main -----------------------------------
    335335
     336# These exports are needed to avoid bad formating of display commands (, instead of . for separator e.g.)
     337# Fix #654
     338export LANG=C
     339export LANGUAGE=C
     340
    336341if [ "$1" = "--givemapperofdm" ] ; then
    337342    shift
Note: See TracChangeset for help on using the changeset viewer.