Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
aaa_base.1836
git-04-c745414060676fc15b275a14e82b060e80305878...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File git-04-c745414060676fc15b275a14e82b060e80305878.patch of Package aaa_base.1836
commit c745414060676fc15b275a14e82b060e80305878 Author: Werner Fink <werner@suse.de> Date: Wed Feb 11 15:59:34 2015 +0100 Correct the boolean in /etc/profile.d/lang.sh Signed-off-by: Werner Fink <werner@suse.de> diff --git a/files/etc/profile.d/lang.sh b/files/etc/profile.d/lang.sh index 674cfad..ff69d0e 100644 --- a/files/etc/profile.d/lang.sh +++ b/files/etc/profile.d/lang.sh @@ -15,7 +15,7 @@ test -z "$SSH_SENDS_LOCALE" || return # # Already done by the GDM # -if test -z "$GDM_LANG"; then +if test -n "$GDM_LANG"; then test -s $HOME/.i18n && . $HOME/.i18n return fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor