[Libreoffice-commits] .: solenv/gbuild

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Sep 27 03:26:57 PDT 2012


 solenv/gbuild/gbuild.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 35ce9c76c3ac768332998428e48ec839da709f4a
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Thu Sep 27 05:25:53 2012 -0500

    bash is already a pre-req. and ubuntu /bin/sh is a borked variation of it
    
    Change-Id: Ic3d9aee7d5ee50dfc3ffedc30d6a9c88260d7794

diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index 0f11ea0..c7f8a83 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -48,7 +48,7 @@ GBUILDDIR:=$(SRCDIR)/solenv/gbuild
 
 .DELETE_ON_ERROR:
 
-SHELL := /bin/sh
+SHELL := /usr/bin/env bash
 true := T
 false :=
 define NEWLINE


More information about the Libreoffice-commits mailing list