Skip to content

functions.sh: Use return, not exit

Major Hayden requested to merge debug-major into master

Now that scripts are sourced, not executed, a return must be used in place of exit.

Edited by Major Hayden

Merge request reports