X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=libt2n-gccxml.sh;fp=libt2n-gccxml.sh;h=2f7309f27946c36b880d69bc18a85bdab9d5bb85;hp=162d792d7bbdcea73710d0fa14e139bc77479960;hb=2d7579fdb8935ad3cb560d5c56b9e8464f1fe162;hpb=df94ded3d8958d9baff6baebc8e0ac85244da31d 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