mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-04 04:48:55 +00:00
5 lines
58 B
Bash
5 lines
58 B
Bash
termux_error_exit() {
|
|
echo -e "ERROR: $*" 1>&2
|
|
exit 1
|
|
}
|