mirror of
https://github.com/imcarlost/pidcat-repl.git
synced 2026-08-08 23:17:43 -04:00
pidcat: make shebang more portable
Distros like NixOS[1] do not have a typical /usr/bin/, and rely on shebangs using /usr/bin/env to go to the correct binary. Passing options to interpreters is not directly supported in env, and thus requires passing an extra -S [2] to ensure they go through correctly. 1: https://nixos.org 2: https://jhermann.github.io/blog/linux/know-how/2020/02/28/env_with_arguments.html Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in: