From 8e7fc6daa04b1424b222dbe7eb1b82e601321442 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 8 Jan 2020 11:05:03 -0500 Subject: webao: fix timestamp option --- webao | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webao') diff --git a/webao b/webao index ec2b273..1af3789 100755 --- a/webao +++ b/webao @@ -46,7 +46,7 @@ w3_parse_option_hook() { opt="$1" optarg="$2" case "$opt" in - -[0-9]*) timestamp="$opt" + -[0-9]*) timestamp="${opt/-/}" check_timestap ;; -y) years=1 ;; -y=*) years="$optarg" ;; -- cgit v1.2.3