X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=dohtml;fp=dohtml;h=cbef6c091443b518a7bee465a0ccab2c9dc6f07f;hp=07e5bb3809cb7c070692e071ebad04d1a3418dc8;hb=055961ce60da0c22b1273a0e9bc1cbe4adcc9215;hpb=5c4e03d365416a710af0b3bdcbd42a2940beba77 diff --git a/dohtml b/dohtml index 07e5bb3..cbef6c0 100755 --- a/dohtml +++ b/dohtml @@ -98,6 +98,8 @@ EOF } makemainpage() { + local title="$1" # Title of page + local time="$2" # Date header "$title" "$time" @@ -186,6 +188,6 @@ makepage "" "$title" "$htmldir/other/stable.html" "$time" "-b" makepage "" "$title" "$htmldir/other/testing.html" "$time" "-t" makepage "" "$title" "$htmldir/other/pseudo.html" "$time" "pseudo" -makemainpage > $htmldir/index.html.new +makemainpage "$title" "$time" > $htmldir/index.html.new mv -f $htmldir/index.html.new $htmldir/index.html