Skip to content

Commit dc19a2f

Browse files
authored
Merge pull request #1691 from o1-labs/dw/fix-makefile
Makefile: fix fix-trailing-whitespace on MacOS
2 parents 140f42d + ce6c602 commit dc19a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ fix-trailing-whitespace: ## Remove trailing whitespaces from all files
177177
-not -path "./website/static/api-docs/*" \
178178
-not -path "./website/.docusaurus/*" \
179179
-not -path "./.git/*" \
180-
-exec sh -c 'echo "Processing: $$1"; sed -i"" "s/[[:space:]]*$$//" "$$1"' _ {} \; && \
180+
-exec sh -c 'echo "Processing: $$1"; sed -i'\'''\'' -e "s/[[:space:]]*$$//" "$$1"' _ {} \; && \
181181
echo "Trailing whitespaces removed."
182182

183183
.PHONY: check-trailing-whitespace

0 commit comments

Comments
 (0)