Fix printerr in bin/setup

This commit is contained in:
0x1eef 2024-06-22 01:48:50 -03:00
parent 012f7f0062
commit 9b3822bf1e

View file

@ -10,7 +10,7 @@ printok()
printerr()
{
echo "error: ${1}" > /dev/stdout
echo "error: ${1}" > /dev/stderr
}
require_dependency()