You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/07/14 17:13:21 UTC

[GitHub] [cordova-android] breautek commented on issue #1027: gradlew: 'sh' is not recognized as an internal or external command,

breautek commented on issue #1027:
URL: https://github.com/apache/cordova-android/issues/1027#issuecomment-658303088


   I believe this is a regression from the `shelljs` refactor. I'm assuming `shelljs`, which executed commands as a shell which caused windows to use `PATHEXT`, so windows will automatically find the proper extension for files. Moving to `execa` must simply just use node child processes which does not.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org