Nymphium / opeth

Opeth is the optimizer and debug tools for Lua 5.3 VM bytecode, or Metal band
http://www.coins.tsukuba.ac.jp/syllabus/GB13312_GB13322.html
MIT License
67 stars 1 forks source link

Wrong or non-portable path to 'env' #14

Open Zash opened 7 years ago

Zash commented 7 years ago

The opeth executable as installed by luarocks has #!/bin/env moon as shebang. On my Debian 9 system, the path to env is /usr/bin/env.

Nymphium commented 7 years ago

The path where some distros points to env is /usr/bin and others point to is/bin. So I'm ambivalent about either #!/usr/bin/env or #!/bin/env.

Are there any ideas?

abc-JYL commented 1 month ago

On macos, the path is also #!/usr/bin/env