When parsing options, there is no check that a parameter was given before assigning $2 and using shift.
$2
shift
This is a problem as the script continues to run with the wrong arguments set for some options.
merged your PR.
Metadata Update from @pwhalen: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.