improvements

This commit is contained in:
Tiago Carvalho 2020-07-22 00:16:31 +01:00
parent a8d3ba3e55
commit a13602d993

View File

@ -11,7 +11,7 @@ case $1 in
;;
build)
if ! command -v tup >/dev/null; then
echo Error: You need tup installed to build: http://gittup.org/tup/
echo Error: You need tup installed to build: http://gittup.org/tup/ >&2
exit 1
fi
tup init 2>/dev/null