Fix bin/setup on Linux
This commit is contained in:
parent
be7928b8b1
commit
316c9e06cd
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@ set -e
|
||||||
# functions
|
# functions
|
||||||
printok()
|
printok()
|
||||||
{
|
{
|
||||||
echo "ok: ${1}" > /dev/stdout
|
echo "ok: ${1}"
|
||||||
}
|
}
|
||||||
|
|
||||||
printerr()
|
printerr()
|
||||||
{
|
{
|
||||||
echo "error: ${1}" > /dev/stderr
|
echo "error: ${1}"
|
||||||
}
|
}
|
||||||
|
|
||||||
require_dependency()
|
require_dependency()
|
||||||
|
|
Loading…
Reference in a new issue