code-style: use >&2

This commit is contained in:
NRK
2021-09-29 14:37:11 +06:00
parent 03a56ca5de
commit ae3ff5b4fe

2
sxbm
View File

@ -37,7 +37,7 @@ ENCRYPTION="0"
#################
die() {
[ -n "$1" ] && printf "$*\n" > /dev/stderr
[ -n "$1" ] && printf "$*\n" >&2
exit 1
}