]> AND Private Git Repository - loba.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
run-all: check executable.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 7 Mar 2012 11:07:36 +0000 (12:07 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 7 Mar 2012 11:07:36 +0000 (12:07 +0100)
Experimentations/run-all

index 95d70b1ec8d0f955540455c66392a06a07a2c5ee..a764c88121dbfe267958f9da92894c08d270fbc2 100755 (executable)
@@ -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"