GsHostProcess class >> fork: accepts a String argument containing a command line. This string may include quotes per the command line syntax; double quotes were handled correctly, but using single quotes resulted in syntax errors.
For example:
GsHostProcess fork: '/bin/bash -c ''echo foo/bar'''
resulted in:
foo/bar': -c: line 0: unexpected EOF while looking for matching ''
foo/bar': -c: line 1: syntax error: unexpected end of file
Last updated: 7/2/15