summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authorhypnotoad <yoda@etoyoc.com>2017-11-20 22:45:35 (GMT)
committerhypnotoad <yoda@etoyoc.com>2017-11-20 22:45:35 (GMT)
commitd2fc7a6ed510eccea8dd9052d243ed160eb883ba (patch)
treed2449d43a7264502057cf7590122c67a8d3082b0 /win/tcl.m4
parent12a14f4954455c5d991ab3e71094f7995b15e8c7 (diff)
downloadtcl-d2fc7a6ed510eccea8dd9052d243ed160eb883ba.zip
tcl-d2fc7a6ed510eccea8dd9052d243ed160eb883ba.tar.gz
tcl-d2fc7a6ed510eccea8dd9052d243ed160eb883ba.tar.bz2
Fixing the quoting for arguments to minizip
Diffstat (limited to 'win/tcl.m4')
-rw-r--r--win/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tcl.m4 b/win/tcl.m4
index 3a9ae07..ecfcd52 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -1425,7 +1425,7 @@ AC_DEFUN([SC_ZIPFS_SUPPORT], [
# We can use the locally distributed minizip instead
ZIP_PROG="../minizip${EXEEXT_FOR_BUILD}"
ZIP_PROG_OPTIONS="\"-o\""
- ZIP_PROG_VFSSEARCH="'find . -type f'"
+ ZIP_PROG_VFSSEARCH="\"`find . -type f`\""
ZIP_INSTALL_OBJS="minizip${EXEEXT_FOR_BUILD}"
AC_MSG_RESULT([No zip found on PATH building minizip])
fi