]> sourceware.org Git - lvm2.git/commitdiff
make: Don't hard-code SHELL as /bin/sh
authorAlasdair G Kergon <agk@redhat.com>
Fri, 24 Mar 2017 15:29:17 +0000 (15:29 +0000)
committerAlasdair G Kergon <agk@redhat.com>
Fri, 24 Mar 2017 15:29:17 +0000 (15:29 +0000)
make.tmpl.in

index 41f23e6a3f7e125a55dbc263eee2e0ecbc074dfc..8148fb551168e9e5ae08d452d9f60ca6dfec9120 100644 (file)
@@ -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@
 
This page took 0.0348 seconds and 5 git commands to generate.