diff options
-rwxr-xr-x | lang.csh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ end if ($?GDM_LANG) then set sourced=1 - setenv LANG=$GDM_LANG + setenv LANG $GDM_LANG endif if ($sourced == 1) then |
index : initscripts | ||
Mageia fork of Fedora's Init Scripts | Colin Guthrie [colin] |
aboutsummaryrefslogtreecommitdiffstats |
-rwxr-xr-x | lang.csh | 2 |
@@ -10,7 +10,7 @@ end if ($?GDM_LANG) then set sourced=1 - setenv LANG=$GDM_LANG + setenv LANG $GDM_LANG endif if ($sourced == 1) then |