From: Arnaud Giersch Date: Sun, 5 Mar 2023 21:48:50 +0000 (+0100) Subject: Missing ']' X-Git-Tag: v3.34~368 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1e2cc382d6eefdc91a296d134403263f63ccff65 Missing ']' [ci-skip] --- diff --git a/tools/jenkins/Flags.sh b/tools/jenkins/Flags.sh index 1dfb5d44bd..ea84301b4f 100755 --- a/tools/jenkins/Flags.sh +++ b/tools/jenkins/Flags.sh @@ -67,7 +67,7 @@ fi echo "Step ${STEP}/${NSTEPS} - Building with debug=${builddebug}, SMPI=${buildsmpi}, MC=${buildmc}" -if [ "${builddebug}/${buildsmpi}/${buildmc}" = "ON/ON/ON"; then +if [ "${builddebug}/${buildsmpi}/${buildmc}" = "ON/ON/ON" ]; then # ${buildmc}=ON because "why not", and especially because it doesn't # compile with -D_GLIBCXX_DEBUG and -Denable_ns3=ON together export CXXFLAGS=-D_GLIBCXX_DEBUG