errael opened a new pull request #2071: [NETBEANS-4143] Dont quote args in common case; fixes terminal startu… URL: https://github.com/apache/netbeans/pull/2071 …p in cygwin. "Tools > Open in Terminal" was failing with ``` Malformed argument has embedded quote: exec /cygdrive/F/cygwin64/bin/bash.exe \"--login\" ``` This is a simple/trivial fix; it avoids touching/quoting arguments unless they have a space or contain a `$`; this is consistent with the rest of the code I've seen in dlight.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
