X-Git-Url: https://git.mxchange.org/?p=jprojects-scripts.git;a=blobdiff_plain;f=build-dist-all.sh;h=c5ae10febf7425071e9b9dbf07be4e23571cca01;hp=aeb747e0229f676d250dad92a20bf9f1a6c645f4;hb=06c9d9404c1f2636f0d067fd15c8fc464cbae8d4;hpb=e3ab6b9d3a80d7ae840b0745f5c2a96b190d1bdf diff --git a/build-dist-all.sh b/build-dist-all.sh index aeb747e..c5ae10f 100755 --- a/build-dist-all.sh +++ b/build-dist-all.sh @@ -3,10 +3,14 @@ . ./.jprojects.sh || exit 255 for project in ${LIST}; do - if [ ! -d "${JPROJECTS_HOME}/${project}" ] + if [ "${project}" = "jprojects-scripts" ] + then + echo "$0: Skipping jprojects-scripts ..." + continue + elif [ ! -d "${JPROJECTS_HOME}/${project}" ] then echo "$0: Project '${project}' does not exist." - continue; + continue fi echo "$0: Executing '${project}' ..."