Skip to content

Conversation

@pangrr
Copy link

@pangrr pangrr commented Dec 12, 2017

fix #69

@pangrr
Copy link
Author

pangrr commented Dec 12, 2017

Test failed on node 6 + linux.
I don't think this change affects linux.
Any idea?

@gucong3000
Copy link

Test failed on node 6 + linux.

Can someone help restart this job?

@gucong3000
Copy link

I have used this patch in my project for some time and it works fine.

@pangrr
Copy link
Author

pangrr commented Mar 9, 2018

@isaacs ?

@gucong3000
Copy link

Is there anything I can do to help this PR merge?

@gucong3000
Copy link

@sindresorhus ?

@demurgos
Copy link
Contributor

demurgos commented Aug 13, 2018

Hi,
I'm currently working on the lib: I'll try to merge your changes. It would be nice to have Appveyor failing due to the bug.

@gucong3000
Copy link

C:\Users\cdyf\.node-spawn-wrap-7052-a076e96a7dcd
$ "C:\Program Files\Git\bin\bash.exe"

cdyf@cdyf-fe-qil MINGW64 ~/.node-spawn-wrap-7052-a076e96a7dcd
$ cat test.sh
#!C:\Program Files\Git\bin\bash.exe
echo hello
cdyf@cdyf-fe-qil MINGW64 ~/.node-spawn-wrap-7052-a076e96a7dcd
$ ./test.sh
bash: ./test.sh: C:\Program: bad interpreter: No such file or directory

cdyf@cdyf-fe-qil MINGW64 ~/.node-spawn-wrap-7052-a076e96a7dcd
$ cat test-env.sh
#!/bin/env C:\Program Files\Git\bin\bash.exe
echo hello
cdyf@cdyf-fe-qil MINGW64 ~/.node-spawn-wrap-7052-a076e96a7dcd
$ ./test-env.sh
hello

@isaacs isaacs deleted the branch istanbuljs:master February 26, 2022 20:52
@isaacs isaacs closed this Feb 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Question: run node in shellscript

4 participants