From a0aa431744071e790494a637f57a6e4d2bd95609 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Wed, 27 Jan 2021 09:17:40 -0600 Subject: [PATCH] Correcting bash syntax. --- tools/ci/gha-install-libmesh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/gha-install-libmesh.sh b/tools/ci/gha-install-libmesh.sh index 7195b2781d..684286180b 100755 --- a/tools/ci/gha-install-libmesh.sh +++ b/tools/ci/gha-install-libmesh.sh @@ -12,7 +12,7 @@ mkdir build && cd build export METHODS="opt" -if [[ $MPI == 'y']]; then +if [[ $MPI == 'y' ]]; then ../libmesh/configure --prefix=$HOME/LIBMESH CXX=mpicxx.mpich CC=mpicc.mpich FC=mpifort.mpich F77=mpif77.mpich \ --enable-exodus --disable-netcdf-4 --disable-eigen --disable-lapack else