Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@trnubo trnubo released this 08 Apr 11:05
Change any exit in a function to a return

As these are all functions exit is inappropriate. Control should be passed back to the calling script to decide what action to take on failure. Using `set -e` in scripts is generally recommended anyway which will exit the script on a non-zero return.