From: Vladimir Serbinenko Date: Mon, 23 Jan 2017 11:54:03 +0000 (+0300) Subject: po: Use @SHELL@ rather than /bin/sh. X-Git-Tag: grub-2.04-rc1~306 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4341f82af0b61d3dfbe675670d4105dc759c0df3;p=thirdparty%2Fgrub.git po: Use @SHELL@ rather than /bin/sh. /bin/sh might not exist. --- diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 3619458e8..e68e9da84 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -15,7 +15,7 @@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -SHELL = /bin/sh +SHELL = @SHELL@ @SET_MAKE@ srcdir = @srcdir@