Skip to content

Commit 5f0c1f2

Browse files
committed
typo
1 parent f64e97b commit 5f0c1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_steps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function do_build_lib {
177177
which $FC
178178
# guess?
179179
local libdir=/opt/homebrew/Cellar/gcc/15.2.0/lib/gcc/current
180-
if [! -d $libdir]; then
180+
if [ ! -d $libdir]; then
181181
echo where is libfortran.a?
182182
find /opt -name libgfortran.a
183183
exit 1

0 commit comments

Comments
 (0)