ci/ci-pharo-common.sh
changeset 550 777f3813febc
parent 549 8ad6734770cd
child 553 d83cb4945d5e
--- a/ci/ci-pharo-common.sh	Mon Nov 09 00:38:23 2015 +0000
+++ b/ci/ci-pharo-common.sh	Mon Nov 09 00:38:23 2015 +0000
@@ -2,8 +2,8 @@
 # A set of functions to be used in PetitParser's Pharo CI jobs
 #
 
-if test -x "ci-common.sh"; then
-    echo wget -O "ci-common.sh" https://bitbucket.org/janvrany/stx-goodies-petitparser/raw/tip/ci/ci-common.sh
+if [ ! -x "ci-common.sh" ]; then
+    wget -O "ci-common.sh" https://bitbucket.org/janvrany/stx-goodies-petitparser/raw/tip/ci/ci-common.sh
 fi
 . ci-common.sh