diff options
| author | aarne <unknown> | 2005-04-28 15:42:47 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-04-28 15:42:47 +0000 |
| commit | 830f7c14bc0a7c9a22ec73759e315087a658f8ee (patch) | |
| tree | 9ebbbc2fe852c4a93dcf3b93e0ef5486a64b38e3 /src/tools | |
| parent | 8b7e450f1cf8d88909b8ce78218c44b9b102e928 (diff) | |
library adjustments, error message clean-up
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/mktoday.sh | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
