From 830f7c14bc0a7c9a22ec73759e315087a658f8ee Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 28 Apr 2005 15:42:47 +0000 Subject: library adjustments, error message clean-up --- src/tools/mktoday.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/tools') diff --git a/src/tools/mktoday.sh b/src/tools/mktoday.sh index 0f5e6a145..8f13f61d9 100644 --- a/src/tools/mktoday.sh +++ b/src/tools/mktoday.sh @@ -1,6 +1,7 @@ #!/bin/sh -echo 'module GF.Today (today) where' > GF/Today.hs -echo 'today :: String' >> GF/Today.hs +echo 'module GF.Today (today,version) where' > GF/Today.hs +echo 'today,version :: String' >> GF/Today.hs echo 'today = "'`date`'"' >> GF/Today.hs +echo 'version = "'$1'"' >> GF/Today.hs -- cgit v1.2.3