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