Don't hardcode /bin/sh as shell

svn path=/trunk/; revision=7928
This commit is contained in:
Matthias Clasen 2009-03-01 07:05:52 +00:00
parent 64bc5d874f
commit 92ad0439a8
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2009-03-01 Matthias Clasen <mclasen@redhat.com>
Bug 573527 Wrong shell to run config.status in Makefile.in.in
* Makefile.in.in: Don't hardcode /bin/sh as shell.
Reported by Loïc Minier
2009-02-28 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.

View File

@ -16,7 +16,7 @@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
PACKAGE = @PACKAGE@
VERSION = @VERSION@
SHELL = /bin/sh
SHELL = @SHELL@
@SET_MAKE@
srcdir = @srcdir@