Skip to content

Commit c1df992

Browse files
committed
Minor tweak for autobrew
1 parent e048bdc commit c1df992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ elif [ `uname` = "Darwin" ]; then
6060
PKG_CFLAGS="-I$BREWDIR/include -I$BREWDIR/include/freetype2"
6161
else
6262
curl -sfL "https://autobrew.github.io/scripts/freetype" > autobrew
63-
. autobrew
63+
. ./autobrew
6464
fi
6565
fi
6666

0 commit comments

Comments
 (0)