mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 14:56:16 +00:00
5 lines
58 B
Bash
5 lines
58 B
Bash
termux_error_exit() {
|
|
echo -e "ERROR: $*" 1>&2
|
|
exit 1
|
|
}
|