po: Use @SHELL@ rather than /bin/sh.
/bin/sh might not exist.
This commit is contained in:
parent
c2ea443446
commit
4341f82af0
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ PACKAGE = @PACKAGE@
|
|||
VERSION = @VERSION@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
|
||||
SHELL = /bin/sh
|
||||
SHELL = @SHELL@
|
||||
@SET_MAKE@
|
||||
|
||||
srcdir = @srcdir@
|
||||
|
|
Loading…
Reference in a new issue