summaryrefslogtreecommitdiffstats
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)
commit1fb4c8e77aac18f4caec12fdb46612dd1126d1b6 (patch)
treecdde891294c20b2704cc31ec09e161b080327a8b
parent7b78b6468039525762d1a70e7dbc371e2b5a8093 (diff)
downloadtcl-1fb4c8e77aac18f4caec12fdb46612dd1126d1b6.zip
tcl-1fb4c8e77aac18f4caec12fdb46612dd1126d1b6.tar.gz
tcl-1fb4c8e77aac18f4caec12fdb46612dd1126d1b6.tar.bz2
Somehow "zip -A" appears not to work in the github actions environment. Try to find out why.
-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?)'; \