Skip to content

Commit e49ccee

Browse files
committed
fix regexp for osx
1 parent 44943a1 commit e49ccee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ endif
5858

5959
TEST_EXECUTABLE = ${BUILD_DIR}/out/Debug/tests
6060

61-
URL_PREFIX ?= "https://v8.eyeofiles.com/v8-$(shell sed -nE 's/.*V8_COMMIT=(\S*).*/\1/p' .travis.yml|head -n1)/"
61+
URL_PREFIX ?= "https://v8.eyeofiles.com/v8-$(shell sed -nE 's/.*V8_COMMIT=([^\s]+) .*/\1/p' .travis.yml|head -n1)/"
6262

6363
.PHONY: all test clean docs ensure_dependencies
6464

0 commit comments

Comments
 (0)