Fix printerr in bin/setup
This commit is contained in:
parent
012f7f0062
commit
9b3822bf1e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ printok()
|
|||
|
||||
printerr()
|
||||
{
|
||||
echo "error: ${1}" > /dev/stdout
|
||||
echo "error: ${1}" > /dev/stderr
|
||||
}
|
||||
|
||||
require_dependency()
|
||||
|
|
Loading…
Reference in a new issue