Browse Source

improvements

master
Tiago Carvalho 3 years ago
parent
commit
a13602d993
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      make.sh

+ 1
- 1
make.sh 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


Loading…
Cancel
Save