From: David Levine Date: Fri, 30 May 2014 02:02:49 +0000 (-0500) Subject: Split assignment and export of shell variable. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/bdd375821d1acbdb86028188106d948ac415afac?ds=inline;hp=-c Split assignment and export of shell variable. --- bdd375821d1acbdb86028188106d948ac415afac diff --git a/man/mh-chart-gen.sh b/man/mh-chart-gen.sh index c59af2ae..a4c358c7 100755 --- a/man/mh-chart-gen.sh +++ b/man/mh-chart-gen.sh @@ -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'`