mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2026-09-12 04:15:42 +00:00
The shebang/interpreter program is run with the *resolved* path of the original program. However, this path was not marked with a leading `/`, meaning interpreters may try to resolve it again. We now add an explicit leading `/`, to ensure the path is treated as absolute.