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 - set LANG=$GDM_LANG + setenv LANG=$GDM_LANG endif if ($sourced == 1) then |
![]() |
index : initscripts.git | |
| Unnamed repository; edit this file to name it for gitweb. | Casey Dahlin |
| summaryrefslogtreecommitdiffstats |
| -rwxr-xr-x | lang.csh | 2 |
@@ -10,7 +10,7 @@ end if ($?GDM_LANG) then set sourced=1 - set LANG=$GDM_LANG + setenv LANG=$GDM_LANG endif if ($sourced == 1) then |