Commit a84852c3 authored by Felip Moll's avatar Felip Moll Committed by Danny Auble
Browse files

Before, srun allowed execution when checking a command existing

in the current directory but not in the --chdir specified cwd.

Now srun looks for the command in specified cwd and differentiates all
the possible cases where a command starts with ./ (relative), with /
(absolute), and with a different char indicating a command that is in
the path.

Fix also for a PATH variable starting by '.', now it is relative to
specified cwd.

bug 4392
parent 0e2001a0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment