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 8f11b11 commit d941a7e
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 @@ -36,7 +36,7 @@ elif [ `uname` = "Darwin" ]; then
PKG_LIBS="-L$BREWDIR/lib $PKG_LIBS"
else
curl -sfL "https://autobrew.github.io/scripts/tesseract" > autobrew
. autobrew
. ./autobrew
fi
fi

Expand Down

0 comments on commit d941a7e

Please sign in to comment.