We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e807624 commit 99673fdCopy full SHA for 99673fd
1 file changed
scripts/compile_solvers.sh
@@ -25,7 +25,7 @@ export MNAME=`uname -m`
25
export IDAES_EXT=`pwd`
26
27
arg2=$2
28
-if [ $arg2 = "--without-hsl" ]; then
+if [ "$arg2" = "--without-hsl" ]; then
29
echo "--without-hsl flag received. Building solvers without HSL." >&2
30
echo "HSL: NO"
31
hslflag="--without-hsl"
0 commit comments