client_wrapper.hxx, socket_wrapper.hxx: reorder member initialization order
[libt2n] / libt2n-gccxml.sh
index 162d792..2f7309f 100755 (executable)
@@ -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