We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2c4da commit 44943a1Copy full SHA for 44943a1
1 file changed
Makefile
@@ -58,7 +58,7 @@ endif
58
59
TEST_EXECUTABLE = ${BUILD_DIR}/out/Debug/tests
60
61
-URL_PREFIX ?= "https://v8.eyeofiles.com/v8-$(shell sed -nr 's/.*V8_COMMIT=(\S*).*/\1/p' .travis.yml|head -n1)/"
+URL_PREFIX ?= "https://v8.eyeofiles.com/v8-$(shell sed -nE 's/.*V8_COMMIT=(\S*).*/\1/p' .travis.yml|head -n1)/"
62
63
.PHONY: all test clean docs ensure_dependencies
64
0 commit comments