summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-11 13:48:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-11 13:48:03 (GMT)
commit5b8c40a4b1dda198b395e3c7d68a3b90845931b7 (patch)
treecdde891294c20b2704cc31ec09e161b080327a8b /win
parent21904bcbded8230b43352c5371dfc33013e736c6 (diff)
downloadtcl-5b8c40a4b1dda198b395e3c7d68a3b90845931b7.zip
tcl-5b8c40a4b1dda198b395e3c7d68a3b90845931b7.tar.gz
tcl-5b8c40a4b1dda198b395e3c7d68a3b90845931b7.tar.bz2
Somehow "zip -A" appears not to work in the github actions environment. Try to find out why.
Diffstat (limited to 'win')
-rw-r--r--win/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 9ed6186..df94aa1 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -541,7 +541,7 @@ $(TCLSH): $(TCLSH_OBJS) @LIBRARIES@ $(TCL_STUB_LIB_FILE) tclsh.$(RES) ${TCL_ZIP_
tclsh.$(RES) $(CC_EXENAME) $(LDFLAGS_CONSOLE)
$(COPY) tclsh.exe.manifest $(TCLSH).manifest
@VC_MANIFEST_EMBED_EXE@
- @if test "${ZIPFS_BUILD}" = "2" ; then \
+ if test "${ZIPFS_BUILD}" = "2" ; then \
cat ${TCL_ZIP_FILE} >> ${TCLSH}; \
${NATIVE_ZIP} -A ${TCLSH} \
|| echo 'ignore zip-error by adjust sfx process (not executable?)'; \