]> 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:48:42 +0000 (16:48 -0500)
commit72aa64383c1356115a3b7a074b239ab81212e34e
tree87741cd72c7c4ceb66c34a3766ee4f6863d29ec0
parent8db80aba6ace1f4149393d63536f8a0b9ef58b0b
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