Skip to content

Commit 21d2cc8

Browse files
committed
typos
1 parent 96de084 commit 21d2cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/gfortran_utils.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [ "$(uname)" == "Darwin" ]; then
3939
;;
4040
x86_64-native)
4141
#override gccver
42-
gccver=gcc-11.3.0.2
42+
gccver=gcc-11.3.0-2
4343
export GFORTRAN_SHA=981367dd0ad4335613e91bbee453d60b6669f5d7e976d18c7bdb7f1966f26ae4
4444
;;
4545
x86_64-cross)
@@ -58,7 +58,7 @@ if [ "$(uname)" == "Darwin" ]; then
5858
fi
5959
if [[ ! -e /opt/gfortran ]]; then
6060
sudo mkdir -p /opt/gfortran
61-
sudo chmod 777 -p /opt/gfortran
61+
sudo chmod 777 /opt/gfortran
6262
fi
6363
cp "gfortran-darwin-${arch}-${type}.tar.gz" /opt/gfortran/gfortran-darwin-${arch}-${type}.tar.gz
6464
pushd /opt/gfortran

0 commit comments

Comments
 (0)