diff --git a/scripts/pgit.sh b/scripts/pgit.sh index 85cbb16b..33c8b333 100644 --- a/scripts/pgit.sh +++ b/scripts/pgit.sh @@ -118,7 +118,7 @@ clone() [ "$?" != 0 ] && exit 1 fi n_projects=`echo $projects | wc -w` - set -e + if [ "$PGIT_KEEP_GOING" != y ]; then set -e; fi for p in $projects; do cur=`expr $cur + 1` local pullurl=ssh://$login@git.janware.com/srv/git/$fromuser/proj/$p