X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=tools%2Fbin%2Fmkws-bootstrap.sh;fp=tools%2Fbin%2Fmkws-bootstrap.sh;h=1aefc93fb2a76e926cc8035d77d6b3c6c49a4a77;hp=16575ff4254201622e84f9875de517c9e31a4e96;hb=9769e523c75825b2618b1bf3ad60da529bf6e409;hpb=8e9b0d482108ec18766fa72198ffa771577dc819 diff --git a/tools/bin/mkws-bootstrap.sh b/tools/bin/mkws-bootstrap.sh index 16575ff..1aefc93 100755 --- a/tools/bin/mkws-bootstrap.sh +++ b/tools/bin/mkws-bootstrap.sh @@ -16,7 +16,7 @@ git clone -q ssh://git.indexdata.com:222/home/git/private/mkws.git cd mkws test -n "$debug" && echo "start bootstraping in $dir" -if make pz2api-git-checkout check check-js > mkws.log 2>&1; then +if make check > mkws.log 2>&1; then test -n "$debug" && echo "Ok" test -z "$debug" && rm -rf $dir exit 0