Skip to content

Commit 5216a65

Browse files
committed
typo
1 parent 7db0133 commit 5216a65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/gfortran_utils.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ if [ "$(uname)" == "Darwin" ]; then
134134
if [! -d /opt/gfortran ]; then
135135
sudo mkdir -p /opt/gfortran
136136
sudo chmod 777 /opt/gfortran
137+
fi
137138
cp "gfortran-darwin-${arch}-${type}.tar.gz" /opt/goftran/gfortran-darwin-${arch}-${type}.tar.gz
138139
pushd /opt/gfortran
139140
tar -xvf gfortran-darwin-${arch}-${type}.tar.gz

0 commit comments

Comments
 (0)