From 92ad0439a8129dea260760ef5cc1d60da44f544d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 1 Mar 2009 07:05:52 +0000 Subject: [PATCH] Don't hardcode /bin/sh as shell svn path=/trunk/; revision=7928 --- po/ChangeLog | 7 +++++++ po/Makefile.in.in | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/po/ChangeLog b/po/ChangeLog index 0a6bd5d..1a55d15 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 4954838..1686b0f 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@ -- 2.7.4