about summary refs log tree commit diff
path: root/locale/programs/locale.c
diff options
context:
space:
mode:
Diffstat (limited to 'locale/programs/locale.c')
-rw-r--r--locale/programs/locale.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/locale/programs/locale.c b/locale/programs/locale.c
index 775500e44f..36f253aebc 100644
--- a/locale/programs/locale.c
+++ b/locale/programs/locale.c
@@ -547,7 +547,8 @@ show_locale_vars (void)
 
   /* Now all categories in an unspecified order.  */
   for (cat_no = 0; cat_no < NCATEGORIES; ++cat_no)
-    get_source (category[cat_no].name);
+    if (cat_no != LC_ALL)
+      get_source (category[cat_no].name);
 
   /* The last is the LC_ALL value.  */
   printf ("LC_ALL=%s\n", lcall ? : "");