From 700c7ca2bcd0a75b8bfab580bdee1caeac34da3c Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Mon, 13 Nov 2023 23:55:51 +0100 Subject: [PATCH] Fix for newer bash --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 749096d..852ad67 100755 --- a/configure +++ b/configure @@ -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