Fix crash when there's a \' in the arguments.
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Wed, 15 Jun 2011 19:34:25 +0000 (15:34 -0400)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Wed, 15 Jun 2011 19:34:25 +0000 (15:34 -0400)
commit41f79be64c98b8ef063f214f18aa020e3d85c3e0
tree41d44078b823d98358e9c29dea419143cb0228eb
parentd81c5ca45e6486bf89d2a4e162a5c9e6c9675670
Fix crash when there's a \' in the arguments.

Fixes crash when calling Process.Start on a file with a ' in the path
when UseShellExecute is set to false.

Patch by Tom Philpot.
eglib/src/gshell.c