Allow Java 7/8 to launch from UNC paths

Due to a change in Java 7/8's escaping rules, the first argument
passed to exec() no longer needs quoting. This works at present
in legacy modes (where drive letters are used) but fails if UNC
paths are present. Fix this by never escaping the command.

Bug: 434935
Change-Id: I62efd31e769941f06640b0798d70366ca79848f9
Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
1 file changed