Fix last bashism

This commit is contained in:
nnyyxxxx 2024-09-15 20:32:37 -04:00
parent 6838811e74
commit 4fa0079cb7

View File

@ -35,7 +35,7 @@ check() {
local message=$2
if [ $exit_code -ne 0 ]; then
echo -e "${RED}ERROR: $message${RC}"
printf "%b\n" "${RED}ERROR: $message${RC}"
exit 1
fi
}