summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2017-03-24 15:29:17 +0000
committerAlasdair G Kergon <agk@redhat.com>2017-03-24 15:29:17 +0000
commit25c841af00f858c16ebda7baae87cebcfa59b010 (patch)
treee014fcf4849a9d8014c5dc1d6f36b34bd57047e5
parent4046f9bd956fec51769dc9d43afcd899d2c117b4 (diff)
downloadlvm2-25c841af00f858c16ebda7baae87cebcfa59b010.tar.gz
make: Don't hard-code SHELL as /bin/sh
-rw-r--r--make.tmpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index 41f23e6a3..8148fb551 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@