Date: prev next · Thread: first prev next last
2010 Archives by date, by thread · List index


Hi,

On Tue, 30 Nov 2010 21:02:05 -0600, Norbert Thiebaud <nthiebaud@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 <tabe@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


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.