]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Set Makefile SHELL as determined by configure.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 1 Apr 2022 03:56:54 +0000 (14:56 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 1 Apr 2022 03:56:54 +0000 (14:56 +1100)
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

index a9b802b7de765571c76af0ad7f8d46ec0a98dfe2..7250d3f315e13c2c5b46aeaaf2cbef5a7a65ab6f 100644 (file)
@@ -1,5 +1,4 @@
-# uncomment if you run a non bourne compatible shell. Ie. csh
-#SHELL = @SH@
+SHELL=@SH@
 
 AUTORECONF=autoreconf