X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=scripts%2Fgit-project-update.sh;fp=scripts%2Fgit-project-update.sh;h=b47dcbcd81fec43e86023e0a6a0ed89b81938139;hb=788d9df6ef70a92e2569e0c659a52a639700af62;hp=f1862ee0e9b33e221585a8d408142d6eb60b566a;hpb=fc645bad214eddef31e48d04ec950887e5091b08;p=hvutilities.git diff --git a/scripts/git-project-update.sh b/scripts/git-project-update.sh index f1862ee..b47dcbc 100755 --- a/scripts/git-project-update.sh +++ b/scripts/git-project-update.sh @@ -80,8 +80,8 @@ while IFS=$'\n' read r ; do # Make sure directory exists if [ ! -d "${r}" ]; then - echo "Missing repos ${r}" - exit 1 + echo "Skipping missing repos ${r}" + continue fi # Update only git repos