From 44bc1762679348f54d1f17f885b02e276e105a64 Mon Sep 17 00:00:00 2001 From: Nick Gould Date: Tue, 9 Apr 2024 15:19:11 +0100 Subject: [PATCH] mistake in install_cutest script fixed --- bin/install_cutest_alone | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/install_cutest_alone b/bin/install_cutest_alone index 2a4b7d2..43839c5 100755 --- a/bin/install_cutest_alone +++ b/bin/install_cutest_alone @@ -487,11 +487,10 @@ if [[ $? == 1 ]]; then yesno_default_no ' Would you like to compile CUTEst in quadruple precision ...' if [[ $? != 0 ]]; then PREC='quadruple' - MACROS="PRECIS=$PREC PWD=$CUTEST/src CUTEST=$CUTEST + MACROS="PRECIS=$PREC PWD=$CUTEST/src CUTEST=$CUTEST" $MAKE $OPTIONS all $MACROS fi fi - fi fi