libt2n-git Archives

Subject: C++ inter-process communication library branch, master, updated. v0.5-15-g2d7579f

From: libt2n-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libt2n-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Thu, 4 Feb 2010 16:57:08 +0100 (CET)
The branch, master has been updated
       via  2d7579fdb8935ad3cb560d5c56b9e8464f1fe162 (commit)
      from  df94ded3d8958d9baff6baebc8e0ac85244da31d (commit)


- Log -----------------------------------------------------------------
commit 2d7579fdb8935ad3cb560d5c56b9e8464f1fe162
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Thu Feb 4 16:57:06 2010 +0100

    Change gccxml wrapper to work with older bash version. Hopefull this 
doesn't break something

-----------------------------------------------------------------------

Summary of changes:
 libt2n-gccxml.sh |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libt2n-gccxml.sh b/libt2n-gccxml.sh
index 162d792..2f7309f 100755
--- a/libt2n-gccxml.sh
+++ b/libt2n-gccxml.sh
@@ -11,18 +11,18 @@ if ! ((EOO)); then
       ;;
     --)
       EOO=1
-      OPTIONS+=("$1")
+      OPTIONS="$OPTIONS $1"
       shift
       ;;
     *)
-      OPTIONS+=("$1")
+      OPTIONS="$OPTIONS $1"
       shift
       ;;
   esac
 else
-  OPTIONS+=("$1")
+  OPTIONS="$OPTIONS $1"
   shift
 fi
 done
 
-gccxml "${OPTIONS[@]}"
+gccxml $OPTIONS


hooks/post-receive
-- 
C++ inter-process communication library

--
libt2n-git - see http://www.intra2net.com/en/developer/libt2n for details.
To unsubscribe send a mail to libt2n-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • C++ inter-process communication library branch, master, updated. v0.5-15-g2d7579f, libt2n-git <=