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
parent c2ea443446
commit 4341f82af0

View file

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