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 23ff0c5 commit 908a116Copy full SHA for 908a116
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: f89e975685a3a9f258c996865cdd144a0f30f83c
+refs/heads/master: c254957078207047a224d6e16c46ff53299bfd78
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: f89e975685a3a9f258c996865cdd144a0f30f83c
5
refs/heads/try: f58aad6dce273570fb130b4df008ef9acd5a5be2
trunk/mk/dist.mk
@@ -125,7 +125,7 @@ $(PKG_EXE): rust.iss modpath.iss upgrade.iss LICENSE.txt rust-logo.ico \
125
dist-prepare-win
126
$(CFG_PYTHON) $(S)src/etc/make-win-dist.py tmp/dist/win $(CFG_BUILD)
127
@$(call E, ISCC: $@)
128
- $(Q)"$(CFG_ISCC)" $<
+ $(Q)$(CFG_ISCC) $<
129
130
$(eval $(call DEF_PREPARE,win))
131
0 commit comments