]> diplodocus.org Git - nmh/blobdiff - man/mh-chart-gen.sh
Replace getcpy() with mh_xstrdup() where the string isn't NULL.
[nmh] / man / mh-chart-gen.sh
index c59af2aeaf75dc6fcbaec43ac6e3fd84d9b107f9..a4c358c77bc41b19f162d2d080c8204414d71439 100755 (executable)
@@ -7,7 +7,7 @@ nmhmandir=`dirname $0`
 
 # The following ensures the generated date field in the manpage is divorced
 # from the local build environment when building distribution packages.
-export LC_TIME=C
+LC_TIME=C; export LC_TIME
 unset LANG
 datestamp=`date '+%B %d, %Y'`