1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

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

This commit is contained in:
Alasdair G Kergon 2017-03-24 15:29:17 +00:00
parent 4046f9bd95
commit 25c841af00

View 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@