From 0d85ec3b5235f4fd4826c63dd91ebe1087181fa8 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 22 Feb 1999 19:14:15 +0000 Subject: [PATCH] *** empty log message *** --- scripts/mkwebpage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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