Re: [Libreoffice] Important: for your next pull do ./bin/g pull -r BEFORE git pull -r

2010-11-30 Thread Takeshi Abe
Hi,

On Tue, 30 Nov 2010 21:02:05 -0600, Norbert Thiebaud nthieb...@gmail.com 
wrote:
 Important: for your next pull do ./bin/g pull -r BEFORE git pull -r
Could you apply the attached patch for /bin/sh?

Cheers,
-- Takeshi Abe
From 5940e81d9c9fd7b48b292a66781f3f9ee214ce9b Mon Sep 17 00:00:00 2001
From: Takeshi Abe t...@fixedpoint.jp
Date: Wed, 1 Dec 2010 13:08:49 +0900
Subject: [PATCH] ban bashism

---
 autogen.sh |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 27ea62a..6509b40 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,7 +9,7 @@ if test z$1 = z--clean; then
 exit 1;
 fi
 
-function requote
+requote()
 {
 local q=\'
 set -- ${@//\'/$q\'$q}# quote inner instances of '
-- 
1.7.2.3

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] Important: for your next pull do ./bin/g pull -r BEFORE git pull -r

2010-11-30 Thread Norbert Thiebaud
Pushed, thanks

Norbert

On Tue, Nov 30, 2010 at 10:20 PM, Takeshi Abe t...@fixedpoint.jp wrote:
 Hi,

 On Tue, 30 Nov 2010 21:02:05 -0600, Norbert Thiebaud nthieb...@gmail.com 
 wrote:
 Important: for your next pull do ./bin/g pull -r BEFORE git pull -r
 Could you apply the attached patch for /bin/sh?

 Cheers,
 -- Takeshi Abe

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice