Skip to content

Commit

Permalink
Fix for newer bash
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Nov 13, 2023
1 parent c7f3b5e commit 700c7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ elif [ `uname` = "Darwin" ]; then
PKG_LIBS="-L$BREWDIR/lib $PKG_LIBS"
else
curl -sfL "https://autobrew.github.io/scripts/libsodium" > autobrew
. autobrew
. ./autobrew
fi
fi

Expand Down

0 comments on commit 700c7ca

Please sign in to comment.