Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

child_process: use /system/bin/sh on android #6745

Merged
merged 1 commit into from
May 14, 2016

Commits on May 14, 2016

  1. child_process: use /system/bin/sh on android

    `/bin/sh` does not exist on Android but `/system/bin/sh` does.
    
    PR-URL: nodejs#6745
    Refs: nodejs#6733
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    bnoordhuis committed May 14, 2016
    1 Configuration menu
    Copy the full SHA
    f4f6c6e View commit details
    Browse the repository at this point in the history