From: Heikki Levanto Date: Wed, 14 Oct 2015 08:35:00 +0000 (+0200) Subject: Remove wrong error message from id-clone script X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=01ec9f50b77b2a87d9bb30ce089df38978660ebd;p=git-tools-moved-to-github.git Remove wrong error message from id-clone script --- diff --git a/id-clone b/id-clone index 67632ec..3f65731 100755 --- a/id-clone +++ b/id-clone @@ -18,6 +18,8 @@ URL="ssh://git.indexdata.com:/home/git" echo "Cloning $URL/pub/$PROJ" git clone "$URL/pub/$PROJ" -) +) || +( + echo echo "Could not check out $PROJ" - +)