rmyorston / busybox-w32

WIN32 native port of BusyBox.
https://frippery.org/busybox
Other
693 stars 126 forks source link

Shebang line `#!/bin/busybox sh` fails with SEGV ($?=139) #357

Closed naksyl closed 10 months ago

naksyl commented 1 year ago

Example session:

~ $ cat script
#!/bin/busybox sh

~ $ ./script
SEGV

~ $ echo $?
139
rmyorston commented 1 year ago

Thanks for the report. That is indeed a bug.

It should be fixed in the latest prerelease binaries.