Fix 'continue' error message.

This commit is contained in:
Dave Woodfall 2021-04-21 15:42:51 +00:00
parent 941fe1897d
commit 3f318af8ed

View file

@ -889,7 +889,6 @@ function showlist() {
cleanup cleanup
else else
SHOWLIST="$1" SHOWLIST="$1"
continue
fi fi
} }