sbatch - search cwd first for a job script before evaluating PATH.
Regression introduced in ccafaf7b. Replace the (was always set to true) check_current_dir argument to search_path() with check_cwd_last boolean to indicate if cwd should be evaluated first (needed by sbatch) or last (salloc/srun). Bug 6271.
Please register or sign in to comment