Kaynağa Gözat

contrib/ci.inria.fr/job-1-check.sh: fix equality test

Nathalie Furmento 5 yıl önce
ebeveyn
işleme
140463fecf
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      contrib/ci.inria.fr/job-1-check.sh

+ 3 - 3
contrib/ci.inria.fr/job-1-check.sh

@@ -47,15 +47,15 @@ cd build
 
 STARPU_CONFIGURE_OPTIONS=""
 suname=$(uname)
-if test "$suname" == "Darwin"
+if test "$suname" = "Darwin"
 then
     STARPU_CONFIGURE_OPTIONS="--without-hwloc"
 fi
-if test "$suname" == "OpenBSD"
+if test "$suname" = "OpenBSD"
 then
     STARPU_CONFIGURE_OPTIONS="--without-hwloc --disable-mlr"
 fi
-if test "$suname" == "FreeBSD"
+if test "$suname" = "FreeBSD"
 then
     STARPU_CONFIGURE_OPTIONS="--disable-fortran"
 fi