We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1afb105 commit 8fe6618Copy full SHA for 8fe6618
Makefile
@@ -239,7 +239,7 @@ ifeq ($(shell uname), Darwin)
239
# BSD sed (default on macOS) doesn't support the regex patterns used in this Makefile
240
SED = gsed
241
ifeq ($(shell command -v gsed >/dev/null 2>&1 && echo yes || echo no), no)
242
- $(error GNU sed (gsed) is required on macOS but not found. Please install with: brew install gnu-sed)
+ $(error GNU sed (gsed) is required on macOS but not found. Please install with: brew install gnu-sed)
243
endif
244
245
0 commit comments