diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-05-11 16:59:25 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-05-11 16:59:25 +0200 |
commit | 19f737ad749b9f0ccb6ecaefb7f17810e1ab36b9 (patch) | |
tree | 01540badc3e07043a7bb6aa652685e3cb2079ff9 | |
parent | 7abd67a0cfb83aa8069ce9f01d648030f4aad7d6 (diff) | |
parent | 6f7694e6b742f636cc6df30cc3a8d170ea6ad3d5 (diff) | |
download | sciteco-19f737ad749b9f0ccb6ecaefb7f17810e1ab36b9.tar.gz |
Merge branch 'master' of https://github.com/Yomin/sciteco
-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 |