From: Matthias Clasen Date: Sun, 1 Mar 2009 07:05:52 +0000 (+0000) Subject: Don't hardcode /bin/sh as shell X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=92ad0439a8129dea260760ef5cc1d60da44f544d;p=dana%2Fcg-glib.git Don't hardcode /bin/sh as shell svn path=/trunk/; revision=7928 --- diff --git a/po/ChangeLog b/po/ChangeLog index 0a6bd5d7..1a55d154 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,10 @@ +2009-03-01 Matthias Clasen + + 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 * hu.po: Translation updated. diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 49548381..1686b0f7 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -16,7 +16,7 @@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ -SHELL = /bin/sh +SHELL = @SHELL@ @SET_MAKE@ srcdir = @srcdir@