[PATCH] ban bashism
Takeshi Abe
tabe at fixedpoint.jp
Tue Nov 30 20:08:49 PST 2010
---
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
----Next_Part(Wed_Dec__1_13_20_03_2010_633)----
More information about the LibreOffice
mailing list