It might be safer to use a variable that defaults to /cygwin/bin that you can override in local.properties.
<property name="shelldir" value="/cygwin/bin/" /> <property name="cygwinshell" value="${shelldir}sh.exe" /> -Alex On 12/8/13 8:26 AM, "Mark Kessler" <kesslerconsult...@gmail.com> wrote: >Would anyone have any problems if I changed the line in the >flex-sdk/mustella/build.xml.. > >from: > <property name="cygwinshell" value="/cygwin/bin/sh.exe" /> > >to: > <property name="cygwinshell" value="sh.exe" /> > > >I don't use cygwin so I have remove that path to get my mustella to run >everytime I work on something with a fresh copy of the sdk. > > >-Mark