From: Tomas Pospisek Date: Sat, 24 Jan 2015 00:21:21 +0000 (+0100) Subject: consistently use 'date_time' for the same variable X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=commitdiff_plain;h=62fac5ff5f87cd4844d2236dfa7c2a6d7f924e29 consistently use 'date_time' for the same variable --- diff --git a/dohtml b/dohtml index cbef6c0..95d786f 100755 --- a/dohtml +++ b/dohtml @@ -40,7 +40,7 @@ EOF realmakepage() { local filter="$1" # Distributions to list local title="$2" # Title of page - local date="$3" # Date + local date_time="$3" # Date local worry="$4" # Worry about testing only? local descr # Description of filter @@ -53,7 +53,7 @@ realmakepage() { filter="$filter $worry" - html_header "$title" "$date" + html_header "$title" "$date_time" cat < $htmldir/index.html.new +makemainpage "$title" "$date_time" > $htmldir/index.html.new mv -f $htmldir/index.html.new $htmldir/index.html