Files
termux-packages/scripts/build/termux_error_exit.sh
termux-pacman-bot 4bcf003a70 Update repo
2022-07-31 18:41:41 +00:00

5 lines
58 B
Bash

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