Skip to content

Commit 6a4d896

Browse files
committed
Do not use TMPDIR in configure
1 parent 9b9dda3 commit 6a4d896

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
3838
if [ $(command -v brew) ]; then
3939
BREWDIR=$(brew --prefix)
4040
else
41-
curl -sfL "https://jeroen.github.io/autobrew/$PKG_BREW_NAME" > $TMPDIR/autobrew
42-
source $TMPDIR/autobrew
41+
curl -sfL "https://jeroen.github.io/autobrew/$PKG_BREW_NAME" > autobrew
42+
source autobrew
4343
fi
4444
PKG_CFLAGS="-I$BREWDIR/opt/mariadb-connector-c/include/mariadb"
4545
PKG_LIBS="-L$BREWDIR/opt/{openssl/lib,mariadb-connector-c/lib/mariadb} $PKG_LIBS_STATIC"

0 commit comments

Comments
 (0)