[Libreoffice-commits] .: autogen.sh

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Tue Nov 30 20:35:04 PST 2010


 autogen.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 98bf36bdeed95752e5db2483344865d26ffd3703
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Wed Dec 1 13:08:49 2010 +0900

    ban bashism

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 '


More information about the Libreoffice-commits mailing list