Skip to content

Commit

Permalink
cut and paste error repaired!
Browse files Browse the repository at this point in the history
  • Loading branch information
dalekopera committed Aug 14, 2024
1 parent 7297096 commit 9a79df6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/install_cutest_alone
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a79df6

Please sign in to comment.