diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-08 11:05:03 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2020-01-08 11:05:03 -0500 |
commit | 8e7fc6daa04b1424b222dbe7eb1b82e601321442 (patch) | |
tree | b296eac79548b78c379dfe319573115de1633e1c /webao | |
parent | 7be26f7b62728be57cd83c68970da25d4a13415c (diff) | |
download | elvi-impersonators-8e7fc6daa04b1424b222dbe7eb1b82e601321442.tar.gz |
webao: fix timestamp option
Diffstat (limited to 'webao')
-rwxr-xr-x | webao | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ;; |