]> Kevux Git Server - fll/commit
Update: always return 1 on failure
authorKevin Day <thekevinday@gmail.com>
Sun, 28 Jul 2019 21:48:42 +0000 (16:48 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 28 Jul 2019 21:49:57 +0000 (16:49 -0500)
commitd990fd58e701eba517a9e5597f69ce51828cac0e
treef0445caf2dfa683f808b9ab6aaf290e0d27f2113
parent2e5a197527f8dc49a575eed72a5f4f6f915eb630
Update: always return 1 on failure

There were some cases where exit is not being called and other cases where exit 0 is being called.
Make sure that exit 1 is called on error so that this script can then be scriptable.
build/scripts/generate.sh
build/scripts/install.sh
build/scripts/package.sh