[openssh-commits] [openssh] 01/01: Set Makefile SHELL as determined by configure.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Apr 1 14:59:48 AEDT 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 34c7018c316af4773e432066de28d0ef9d0888cd
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Apr 1 14:56:54 2022 +1100
Set Makefile SHELL as determined by configure.
This should improve compatibility for users with non-POSIX shells. If
using Makefile.in directly (eg make -f Makefile.in distprep) then SHELL
will need to be specified on the command line (along with MANFMT in that
particular case). ok djm@
---
Makefile.in | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index a9b802b7..7250d3f3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,4 @@
-# uncomment if you run a non bourne compatible shell. Ie. csh
-#SHELL = @SH@
+SHELL=@SH@
AUTORECONF=autoreconf
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list