summaryrefslogtreecommitdiffstats
path: root/usr.bin/locale/locale.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/locale/locale.c')
-rw-r--r--usr.bin/locale/locale.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/locale/locale.c b/usr.bin/locale/locale.c
index 85e6d7f..ee9bf84 100644
--- a/usr.bin/locale/locale.c
+++ b/usr.bin/locale/locale.c
@@ -279,8 +279,8 @@ main(int argc, char *argv[])
exit(0);
}
- /* process '-c' and/or '-k' */
- if (prt_categories || prt_keywords) {
+ /* process '-c', '-k', or command line arguments. */
+ if (prt_categories || prt_keywords || argc > 0) {
if (argc > 0) {
setlocale(LC_ALL, "");
while (argc > 0) {
OpenPOWER on IntegriCloud