If I type bash -i release_script.sh it starts processing the script
If I type bash --login -i release_script.sh I get the error:
bash: release_script.sh: No such file or directory
I don't understand why suddenly it can't even find the script. Is the error message inaccurate or did I miss something really obvious?