Revert "Fix for uiautomator arguments that contain spaces"

This reverts commit 198177b0f8c1d303958ca19d38d2488baf44f296

Change-Id: I703a938038bbaef7f09354df8f55b113aa3bb229
diff --git a/uiautomator/cmds/uiautomator/uiautomator b/uiautomator/cmds/uiautomator/uiautomator
index b3213a5..9aec2c4 100755
--- a/uiautomator/cmds/uiautomator/uiautomator
+++ b/uiautomator/cmds/uiautomator/uiautomator
@@ -101,7 +101,7 @@
       trap "" HUP
       shift
     else
-      args+=("${1}")
+      args="${args} ${1}"
       shift
     fi
   done