Skip to content

Commit 4a8124c

Browse files
committed
typo
1 parent 4342718 commit 4a8124c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gfortran_utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ if [ "$(uname)" == "Darwin" ]; then
7171

7272
function install_gfortran {
7373
download_and_unpack_gfortran $(uname -m) native
74-
if [[ "${PLAT:-}" == "universal2"]]; then
74+
if [[ "${PLAT:-}" == "universal2" ]]; then
7575
install_arm64_cross_gfortran
7676
fi
7777
}

0 commit comments

Comments
 (0)