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