Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing ']'
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 5 Mar 2023 21:48:50 +0000 (22:48 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 5 Mar 2023 21:48:50 +0000 (22:48 +0100)
[ci-skip]

tools/jenkins/Flags.sh

index 1dfb5d4..ea84301 100755 (executable)
@@ -67,7 +67,7 @@ fi
 
 echo "Step ${STEP}/${NSTEPS} - Building with debug=${builddebug}, SMPI=${buildsmpi}, MC=${buildmc}"
 
 
 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
     # ${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