mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
Replace $(CURDIR) with $(PWD).
The former doesn't work on Solaris or BSDs.
This commit is contained in:
parent
534b2680a1
commit
ac53ce46cf
@ -577,7 +577,7 @@ regress-binaries: regress/modpipe$(EXEEXT) \
|
||||
regress/unittests/utf8/test_utf8$(EXEEXT) \
|
||||
regress/misc/kexfuzz/kexfuzz$(EXEEXT)
|
||||
|
||||
REGRESSTMP = "$(CURDIR)/regress"
|
||||
REGRESSTMP = "$(PWD)/regress"
|
||||
|
||||
tests interop-tests t-exec unit: regress-prep regress-binaries $(TARGETS)
|
||||
BUILDDIR=`pwd`; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user