From 9a79df635055f57406c4f3645b5b8a451075d8b3 Mon Sep 17 00:00:00 2001 From: Nick Gould Date: Wed, 14 Aug 2024 10:30:36 +0100 Subject: [PATCH] cut and paste error repaired! --- bin/install_cutest_alone | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/install_cutest_alone b/bin/install_cutest_alone index 9551519..684131d 100755 --- a/bin/install_cutest_alone +++ b/bin/install_cutest_alone @@ -222,12 +222,12 @@ fi # ensure that objects and modules directories exist -if [[ ! -e $SIFDECODE/objects ]]; then - $MKDIR $SIFDECODE/objects +if [[ ! -e $CUTEST/objects ]]; then + $MKDIR $CUTEST/objects fi -if [[ ! -e $SIFDECODE/modules ]]; then - $MKDIR $SIFDECODE/modules +if [[ ! -e $CUTEST/modules ]]; then + $MKDIR $CUTEST/modules fi # create architecture-dependent object and module directories