diff options
author | Martin Roedel <lordyomin@hivegate.net> | 2013-04-11 12:23:51 +0200 |
---|---|---|
committer | Martin Roedel <lordyomin@hivegate.net> | 2013-04-11 12:23:51 +0200 |
commit | 6f7694e6b742f636cc6df30cc3a8d170ea6ad3d5 (patch) | |
tree | 43680f47fac063157233c55692313113d7f692f6 /bootstrap.am | |
parent | 1fbcb23b1219cfd9dd9bbcca8e4c0573ef0a1be4 (diff) | |
download | sciteco-6f7694e6b742f636cc6df30cc3a8d170ea6ad3d5.tar.gz |
set LC_ALL=C when executing 'date' for manpage
Diffstat (limited to 'bootstrap.am')
-rw-r--r-- | bootstrap.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.am b/bootstrap.am index 529aef4..09e65f0 100644 --- a/bootstrap.am +++ b/bootstrap.am @@ -15,7 +15,7 @@ SUBST_MACRO = eb$<\e \ <fs@scitecolibdir^Q@\e$(scitecolibdir)\e;>j \ <fs@DEFAULT_SCITECOPATH^Q@\e@DEFAULT_SCITECOPATH@\e;>j \ <fs@TECO_INTEGER^Q@\e@TECO_INTEGER@\e;>j \ - <fs@DATE^Q@\e$(shell @DATE@ "+%d %b %Y")\e;>j \ + <fs@DATE^Q@\e$(shell LC_ALL=C @DATE@ "+%d %b %Y")\e;>j \ ew$@\e % : %.in |