Skip to content

Commit

Permalink
bump sed version for macos
Browse files Browse the repository at this point in the history
(But do we need this still?  Users can just install it via brew)
  • Loading branch information
jwt27 committed Aug 18, 2024
1 parent f3ec351 commit 4908191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/check-deps-and-confirm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fi
# It is for OSX, which doesn't ship with GNU sed.
if ! sed --version 2>/dev/null | grep "GNU sed" > /dev/null ;then
echo GNU sed is not installed, need to download.
SED_VERSION=4.4
SED_VERSION=4.9
SED_ARCHIVE="http://ftpmirror.gnu.org/sed/sed-${SED_VERSION}.tar.xz"
else
SED_ARCHIVE=""
Expand Down

0 comments on commit 4908191

Please sign in to comment.