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 9077811 commit dedb6b8Copy full SHA for dedb6b8
Makefile
@@ -48,7 +48,7 @@ $(BUILDROOT)/doc/_build/html/en/index.html: $(shell find $(BUILDROOT)/base $(BUI
48
49
julia-symlink: julia-cli-$(JULIA_BUILD_MODE)
50
ifeq ($(OS),WINNT)
51
- @echo '@"%~dp0\'"$$(echo $(call rel_path,$(BUILDROOT),$(JULIA_EXECUTABLE)) | tr / '\\')"\" '%*' > $(BUILDROOT)/julia.bat
+ echo '@"%~dp0/'"$$(echo '$(call rel_path,$(BUILDROOT),$(JULIA_EXECUTABLE))')"'" %*' | tr / '\\' > $(BUILDROOT)/julia.bat
52
chmod a+x $(BUILDROOT)/julia.bat
53
else
54
ifndef JULIA_VAGRANT_BUILD
0 commit comments