fix syntax error for string comparison

This commit is contained in:
Pak Lui
2019-10-17 15:38:37 -07:00
förälder 13d0ddd12e
incheckning 24eb972cae
+1 -1
Visa fil
@@ -78,7 +78,7 @@ build_dir=./build
rm -rf ${build_dir}
if ($mpi_enabled); then
if [[ ${mpi_dir} -eq "" ]]; then
if [[ ${mpi_dir} == "" ]]; then
echo "MPI flag enabled but path to MPI installation not specified. See --mpi_home command line argument."
exit 1
else