]> git.mxchange.org Git - jprojects-scripts.git/blobdiff - .jprojects.sh
Continued:
[jprojects-scripts.git] / .jprojects.sh
index a024aeb831442380ef13710c32999c5c79fdb24a..156bbd3825d226f6273602716e6174597d7fa82d 100644 (file)
@@ -58,6 +58,10 @@ if [ -z "${ANT_BIN}" ]
 then
        echo "$0: Cannot find ANT binary."
        exit 1
+elif [ ! -x "${ANT_BIN}" ]
+then
+       echo "$0: '${ANT_BIN}' is not executable!"
+       exit 1
 elif [ -z "${SCP_BIN}" ]
 then
        echo "$0: Cannot find SCP binary."