Fix spank_option_getopt in local context
In local context (srun, sbatch, salloc), spank_option_getopt() would always return that an option was found due to a missing check for spopt->found in spank_option_getopt. This patch fixes the issue.
Loading
Please register or sign in to comment