summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-02-22 20:14:15 +0100
committerWerner Koch <wk@gnupg.org>1999-02-22 20:14:15 +0100
commit0d85ec3b5235f4fd4826c63dd91ebe1087181fa8 (patch)
tree6e0f9a87535519ed7e0e56df6f86b40feacac6ac /scripts
parentSee ChangeLog: Mon Feb 22 20:04:00 CET 1999 Werner Koch (diff)
downloadgnupg2-0d85ec3b5235f4fd4826c63dd91ebe1087181fa8.tar.xz
gnupg2-0d85ec3b5235f4fd4826c63dd91ebe1087181fa8.zip
*** empty log message ***
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mkwebpage2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkwebpage b/scripts/mkwebpage
index e386bdff7..bdb1bbf3c 100755
--- a/scripts/mkwebpage
+++ b/scripts/mkwebpage
@@ -27,7 +27,7 @@ EOF
ln -sf gnupg.html index.html
sed -n '1,/@BEGIN_BUGLIST@/ p' buglist.html >buglist.tmp
sed '1,/^~~~~~~~~~~~/ d' BUGS >>buglist.tmp
- echo "(List generated from CVS: " `date -R` ")" >>buglist.tmp
+ echo "(List generated from CVS: " $(date +%Y-%m-%d) ")" >>buglist.tmp
sed -n '/@END_BUGLIST@/,$ p' buglist.html >>buglist.tmp
mv buglist.tmp buglist.html
cd $here