From: Arnaud Giersch Date: Wed, 7 Mar 2012 11:07:36 +0000 (+0100) Subject: run-all: check executable. X-Git-Tag: exp_20120308~6 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/df956a08ede695fb019e5581c25b47a83c8109a7?ds=inline run-all: check executable. --- diff --git a/Experimentations/run-all b/Experimentations/run-all index 95d70b1..a764c88 100755 --- a/Experimentations/run-all +++ b/Experimentations/run-all @@ -73,6 +73,8 @@ COMMON_OPTS=( "${MORE_ARGS[@]}" ) +test -x "$LOBA" || die "command not found: \"$LOBA\"" + log "Results put in: \"$RESULTS\"." [ $debug = 1 ] && log "Running in dry-run mode"