X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=dohtml;h=5e93730e581511787a8ac4a01ea1a7e9e3279f6d;hp=19813e1857a5963392397034cc21a8a83d0d78e4;hb=a00cbd2ed63bad10e639c9b2d58d9a933b976e6e;hpb=48093e7da5d32895f13996e8b8a41c4fd3ff207f diff --git a/dohtml b/dohtml index 19813e1..5e93730 100755 --- a/dohtml +++ b/dohtml @@ -6,6 +6,7 @@ realmakepage() { local filter="$1" # Distributions to list local title="$2" # Title of page local date="$3" # Date + local worry="$4" # Worry about testing only? local descr # Description of filter if [ -z "$filter" ]; then @@ -15,6 +16,8 @@ realmakepage() { filter="-d $filter" fi + filter="$filter $worry" + cat < @@ -126,6 +129,8 @@ EOF