Don't hardcode /bin/sh as shell
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 1 Mar 2009 07:05:52 +0000 (07:05 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 1 Mar 2009 07:05:52 +0000 (07:05 +0000)
svn path=/trunk/; revision=7928

po/ChangeLog
po/Makefile.in.in

index 0a6bd5d..1a55d15 100644 (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.
index 4954838..1686b0f 100644 (file)
@@ -16,7 +16,7 @@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 PACKAGE = @PACKAGE@
 VERSION = @VERSION@
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 @SET_MAKE@
 
 srcdir = @srcdir@