termux-packages/scripts/build/termux_error_exit.sh

5 lines
58 B
Bash

termux_error_exit() {
echo -e "ERROR: $*" 1>&2
exit 1
}