CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/06/16 09:09:03
Modified files:
usr.bin/locale : locale.c
Log message:
Improve locale(1) output formatting.
Quote LC_* variables "that are not set in the environment or are
overridden by LC_ALL" when printing them, and just print an empty string
for LC_ALL if it is unset.
With input and ok from guenther@ stsp@
