1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-01 12:56:04 +02:00

Rocky: 25907: Makefile needs .exe to run zsh on Cygwin

This commit is contained in:
Peter Stephenson 2008-10-17 08:31:22 +00:00
parent 3c248a0de4
commit 52fba13e9b
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2008-10-17 Peter Stephenson <pws@csr.com>
* Rocky: 25907: Test/Makefile.in: makefile needs .exe
extension to run zsh on Cygwin.
2008-10-16 Peter Stephenson <pws@csr.com>
* 25905: Src/math.c, Test/C01arith.ztst: fix and test doubled-hash

View File

@ -2188,7 +2188,7 @@ tt(b) or tt(bl) selects black. Some terminals may generate additional
colours if the tt(bold) attribute is also present.
On recent terminals and on systems with an up-to-date terminal database the
number of colours supported may be tested by with the command `tt(echotc
number of colours supported may be tested by the command `tt(echotc
Co)'; if this succeeds, it indicates a limit on the number of colours which
will be enforced by the line editor. The number of colours is in any case
limited to 256 (i.e. the range 0 to 255).

View File

@ -48,8 +48,8 @@ check test:
if ZTST_testlist="`for f in $(sdir)/$(TESTNUM)*.ztst; \
do echo $$f; done`" \
ZTST_srcdir="$(sdir)" \
ZTST_exe=$(dir_top)/Src/zsh \
$(dir_top)/Src/zsh +Z -f $(sdir)/runtests.zsh; then \
ZTST_exe=$(dir_top)/Src/zsh@EXEEXT@ \
$(dir_top)/Src/zsh@EXEEXT@ +Z -f $(sdir)/runtests.zsh; then \
stat=0; \
else \
stat=1; \