improvements
This commit is contained in:
parent
a8d3ba3e55
commit
a13602d993
2
make.sh
2
make.sh
@ -11,7 +11,7 @@ case $1 in
|
|||||||
;;
|
;;
|
||||||
build)
|
build)
|
||||||
if ! command -v tup >/dev/null; then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
tup init 2>/dev/null
|
tup init 2>/dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user