0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 14:56:16 +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
}