fix new command line parser for -j
commitbd3b85496760f0f0fd5c528dd2c2845168505725
authorrofl0r <rofl0r@users.noreply.github.com>
Thu, 16 Dec 2021 18:04:00 +0000 (16 18:04 +0000)
committerrofl0r <rofl0r@users.noreply.github.com>
Thu, 16 Dec 2021 18:04:00 +0000 (16 18:04 +0000)
tree92650fb256af9c30e278b007a75da84971752edd
parentf97f8dc8e47afae9bf855c9d5f50683c2cdff159
fix new command line parser for -j

there were 2 issues:
-j was misdetected as -joinoutput due to the strncmp comparison without
using strlen, and -j=xx was misdetected as not being a single char option,
due to failure for checking the '=' following the short option.
jobflow.c