]> granicus.if.org Git - sudo/commitdiff
Use value of SHELL from configure in Makefile
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 2 Jun 2010 14:23:47 +0000 (10:23 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 2 Jun 2010 14:23:47 +0000 (10:23 -0400)
--HG--
branch : 1.7

Makefile.in
configure.in

index c331abe8af0deebfdb420d09dd31f8cb718ae531..a8601d498e6539f6654418402bd9261364a96bfc 100644 (file)
@@ -98,7 +98,7 @@ DEFS = @OSDEFS@ -D_PATH_SUDOERS=\"$(sudoersdir)/sudoers\" -DSUDOERS_UID=$(sudoer
 
 #### End of system configuration section. ####
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 PROGS = @PROGS@
 
index dd59d6f5e5b8053f0fba75e87aaeb5af51e554c8..c1e78048ba81a93f071549ea7a51d0222b02ef01 100644 (file)
@@ -13,6 +13,7 @@ dnl
 dnl Variables that get substituted in the Makefile and man pages
 dnl
 AC_SUBST(HAVE_BSM_AUDIT)
+AC_SUBST(SHELL)
 AC_SUBST(LIBTOOL)
 AC_SUBST(CFLAGS)
 AC_SUBST(PROGS)