OpenSSH 7.7 t1 script breakage

Josh Soref jsoref at gmail.com
Fri Apr 13 08:29:13 AEST 2018


Randall S. Becker <rsbecker at nexbridge.com> wrote:

>
> -REGRESSTMP = "$(PWD)/regress"
> +REGRESSTMP = `pwd`
>
>  tests interop-tests t-exec unit: regress-prep regress-binaries $(TARGETS)
>

It looks like the problem is that pwd is in uppercase, not so much the
distinction between $() and ``.

Can you confirm?

>


More information about the openssh-unix-dev mailing list