Skip to content
Snippets Groups Projects
Commit 8a58021b authored by Jevin Sweval's avatar Jevin Sweval Committed by Allan Blanchard
Browse files

Issue #2687: Fix Makefile escaping of ivette shell wrappers $@ on macOS

parent a223112a
No related branches found
No related tags found
No related merge requests found
......@@ -238,7 +238,7 @@ install:
@cp ivette-macos.sh dist/ivette.sh
@echo "exec open -na $(LIBDIR)/frama-c/Ivette.app --args\\" >> dist/ivette.sh
@echo " --command $(BINDIR)/frama-c\\" >> dist/ivette.sh
@echo " --working \$$PWD \"\$@\"" >> dist/ivette.sh
@echo " --working \$$PWD \"\$$@\"" >> dist/ivette.sh
@mkdir -p $(BINDIR)
@install dist/ivette.sh $(BINDIR)/ivette
@rm -fr $(IVETTE_DIST)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment