Add missing comma so we're save both LANG and LANGUAGE, not only LANGLANGUAGE
authorDavid Zeuthen <davidz@redhat.com>
Sun, 13 Sep 2009 17:55:34 +0000 (13:55 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Sun, 13 Sep 2009 17:55:34 +0000 (13:55 -0400)
src/programs/pkexec.c

index 89b958e..4eeb55f 100644 (file)
@@ -174,7 +174,7 @@ main (int argc, char *argv[])
   gchar pwbuf[8192];
   gchar *s;
   const gchar *environment_variables_to_save[] = {
-    "LANG"
+    "LANG",
     "LANGUAGE",
     "LC_ALL",
     "LC_MESSAGES",