Skip to content

Commit

Permalink
Update EESSI-install-software.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa authored Jul 30, 2024
1 parent 1b3bd34 commit 63354b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EESSI-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ if [ -z $EESSI_SOFTWARE_SUBDIR_OVERRIDE ]; then
# Last path is the generic case
override_subdir="${possible_subdir_paths##*:}"
else
# First path is the best option (according to archspec)
# First path is the best option (according to archdetect)
override_subdir="${possible_subdir_paths%%:*}"
fi
export EESSI_SOFTWARE_SUBDIR_OVERRIDE="$override_subdir"
Expand Down

0 comments on commit 63354b0

Please sign in to comment.