0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-03-04 04:48:55 +00:00
termux-packages/scripts/build/termux_error_exit.sh

5 lines
58 B
Bash

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