[Libreoffice-commits] .: 2 commits - bin/g patches/dev300

Tor Lillqvist tml at kemper.freedesktop.org
Thu Oct 7 07:31:35 PDT 2010


 bin/g                             |    2 +-
 patches/dev300/cli-component.diff |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 28d1b47ce914d672f2bdf9df70be70479ef2fe09
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Thu Oct 7 17:31:16 2010 +0300

    Remove a bashism

diff --git a/bin/g b/bin/g
index 41946f4..b28af88 100755
--- a/bin/g
+++ b/bin/g
@@ -22,7 +22,7 @@ RELATIVIZE=1
 PUSH_ALL=
 KEEP_GOING=0
 
-while [ "${COMMAND:0:1}" = "-" ] ; do
+while [ `expr substr "$COMMAND" 1 1` = "-" ] ; do
     case "$COMMAND" in
         -f) KEEP_GOING=1
             ;;
commit d00a4552a5039a031cb0c00c0683961a37d92cd5
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Thu Oct 7 17:21:00 2010 +0300

    Make cli_ure depend on tools when using cli-component.diff

diff --git a/patches/dev300/cli-component.diff b/patches/dev300/cli-component.diff
index a59d66c..7bde5ee 100644
--- a/patches/dev300/cli-component.diff
+++ b/patches/dev300/cli-component.diff
@@ -2,6 +2,12 @@ diff --git cli_ure/prj/build.lst cli_ure/prj/build.lst
 index 268240c..c5aac81 100644
 --- cli_ure/prj/build.lst
 +++ cli_ure/prj/build.lst
+@@ -1,4 +1,4 @@
+-ure     cli_ure :       cppu cppuhelper sal codemaker stoc udkapi bridges NULL
++ure     cli_ure :       cppu cppuhelper sal codemaker stoc udkapi bridges tools NULL
+ ure	cli_ure						usr1	-	all	ure_mkout NULL
+ ure	cli_ure\inc					nmake   -   all   ure_inc NULL
+ ure	cli_ure\version				nmake   -   all   ure_source_version ure_inc NULL
 @@ -6,7 +6,9 @@ ure	cli_ure\source				nmake   -   w,vc7   ure_source_source ure_inc NULL
  ure	cli_ure\source\climaker		nmake	-	w,vc7	ure_source_climaker ure_source_basetypes.w ure_inc NULL
  ure	cli_ure\unotypes			nmake	-	w,vc7	ure_unotypes ure_source_version ure_source_source.w ure_source_climaker.w ure_inc NULL


More information about the Libreoffice-commits mailing list