Skip to content

Commit 4908191

Browse files
committed
bump sed version for macos
(But do we need this still? Users can just install it via brew)
1 parent f3ec351 commit 4908191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/check-deps-and-confirm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fi
3838
# It is for OSX, which doesn't ship with GNU sed.
3939
if ! sed --version 2>/dev/null | grep "GNU sed" > /dev/null ;then
4040
echo GNU sed is not installed, need to download.
41-
SED_VERSION=4.4
41+
SED_VERSION=4.9
4242
SED_ARCHIVE="http://ftpmirror.gnu.org/sed/sed-${SED_VERSION}.tar.xz"
4343
else
4444
SED_ARCHIVE=""

0 commit comments

Comments
 (0)