po: Use @SHELL@ rather than /bin/sh.

/bin/sh might not exist.
This commit is contained in:
Vladimir Serbinenko 2017-01-23 14:54:03 +03:00 committed by Vincent Batts
parent 01415074da
commit 72876e750d

View file

@ -15,7 +15,7 @@ PACKAGE = @PACKAGE@
VERSION = @VERSION@ VERSION = @VERSION@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
SHELL = /bin/sh SHELL = @SHELL@
@SET_MAKE@ @SET_MAKE@
srcdir = @srcdir@ srcdir = @srcdir@