Skip to content

Commit

Permalink
fix Mac issue with wrong brackets in install_galahad_main
Browse files Browse the repository at this point in the history
  • Loading branch information
nimgould committed Jul 17, 2023
1 parent bbdae13 commit 4595bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install_galahad_main
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ fi
# $MKDIR $GALAHAD/specs
#fi

if (( $PYTHON_REQUIRED == 1 )); then
if [[ "$PYTHON_REQUIRED" == "1" ]]; then
if [[ -e $PYSITEPACKDIR ]]; then
if [[ ! -e $PYSITEPACKDIR/galahad ]]; then
$MKDIR $PYSITEPACKDIR/galahad
Expand Down

0 comments on commit 4595bc9

Please sign in to comment.