psss / rpms / zsh

Forked from rpms/zsh 5 years ago
Clone
e473665
--- zsh-4.2.1/Test/Makefile.in~	2005-01-03 15:44:16.507782023 -0500
e473665
+++ zsh-4.2.1/Test/Makefile.in	2005-01-03 15:46:10.233279513 -0500
cvsdist 2c8e3f3
@@ -45,7 +45,7 @@
cvsdist 2c8e3f3
 	  cd $(dir_top) && DESTDIR= \
cvsdist 2c8e3f3
 	  $(MAKE) MODDIR=`pwd`/$(subdir)/Modules install.modules > /dev/null; \
cvsdist 2c8e3f3
 	fi
cvsdist 2c8e3f3
-	-for f in $(sdir)/$(TESTNUM)*.ztst; do \
cvsdist 2c8e3f3
+	for f in $(sdir)/$(TESTNUM)*.ztst; do \
e473665
 	  ZTST_exe=$(dir_top)/Src/zsh \
e473665
 	    $(dir_top)/Src/zsh +Z -f $(sdir)/ztst.zsh $$f; \
cvsdist 2c8e3f3
 	done