bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sanity.sh should unset LANG and LANGUAGE


From: ms
Subject: sanity.sh should unset LANG and LANGUAGE
Date: Wed, 8 Aug 2001 12:02:08 +0200 (CEST)

>Submitter-Id:   net
>Originator:     Martin Schröder
>Organization:   ArtCom GmbH
net
>Confidential:  no
>Synopsis:      sanity.sh must unset LANG and LANGUAGE, else it fails if these 
>are set
>Severity:      serious
>Priority:      medium
>Category:      cvs
>Class:         sw-bug
>Release:       1.11.1
>Environment:
        
System: Linux artcom10 2.2.16-SMP #1 SMP Wed Aug 2 20:01:21 GMT 2000 i686 
unknown
Architecture: i686

>Description:
make check fails, if LANG or LANGUAGE are set to languages other then english.
>How-To-Repeat:
    export LANGUAGE=de
    export LANG=de_DE
    make check
>Fix:
        
Add this to src/sanity.sh after export LC_ALL :
    unset LANGUAGE
    unset LANG




reply via email to

[Prev in Thread] Current Thread [Next in Thread]