mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Don't hardcode /bin/sh as shell
svn path=/trunk/; revision=7928
This commit is contained in:
parent
64bc5d874f
commit
92ad0439a8
@ -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>
|
2009-02-28 Gabor Kelemen <kelemeng@gnome.hu>
|
||||||
|
|
||||||
* hu.po: Translation updated.
|
* hu.po: Translation updated.
|
||||||
|
@ -16,7 +16,7 @@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
|
|||||||
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
|
|
||||||
SHELL = /bin/sh
|
SHELL = @SHELL@
|
||||||
@SET_MAKE@
|
@SET_MAKE@
|
||||||
|
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
|
Loading…
Reference in New Issue
Block a user