For example, if xhere
called below parameters from cmd.exe
,
C:\cygwin64\bin\mintty -e /bin/xhere /bin/bash "C:\Program Files"
xhere
must recieve "$2" = "C:\Program Files".
But currently xhere
recieves "$2" = ""C:\Program Files"". :-(
Maybe this causes by argv parser of cygwin.