[openssh-commits] [openssh] 01/01: Use portable syntax for REGRESSTMP.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Feb 23 14:13:15 AEDT 2018
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 3e9d3192ad43758ef761c5b0aa3ac5ccf8121ef2
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Feb 23 14:10:53 2018 +1100
Use portable syntax for REGRESSTMP.
---
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.in b/Makefile.in
index 2d9220ba..2d26e83a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -567,7 +567,7 @@ regress-binaries: regress/modpipe$(EXEEXT) \
regress/unittests/utf8/test_utf8$(EXEEXT) \
regress/misc/kexfuzz/kexfuzz$(EXEEXT)
-REGRESSTMP := "$(BUILDDIR)/regress"
+REGRESSTMP = "$(BUILDDIR)/regress"
tests interop-tests t-exec unit: regress-prep regress-binaries $(TARGETS)
BUILDDIR=`pwd`; \
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list