[lvm-devel] master - make: Don't hard-code SHELL as /bin/sh

Alasdair Kergon agk at sourceware.org
Fri Mar 24 15:29:59 UTC 2017


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=25c841af00f858c16ebda7baae87cebcfa59b010
Commit:        25c841af00f858c16ebda7baae87cebcfa59b010
Parent:        4046f9bd956fec51769dc9d43afcd899d2c117b4
Author:        Alasdair G Kergon <agk at redhat.com>
AuthorDate:    Fri Mar 24 15:29:17 2017 +0000
Committer:     Alasdair G Kergon <agk at redhat.com>
CommitterDate: Fri Mar 24 15:29:17 2017 +0000

make: Don't hard-code SHELL as /bin/sh

---
 make.tmpl.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/make.tmpl.in b/make.tmpl.in
index 41f23e6..8148fb5 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -13,7 +13,7 @@
 # along with this program; if not, write to the Free Software Foundation,
 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 @SET_MAKE@
 




More information about the lvm-devel mailing list