webvm
webvm copied to clipboard
which git fails due to shebang
Running which git fails:
user@:~$ which git
bash: /usr/bin/which: /bin/sh: bad interpreter: Invalid argument
This appears to be because #! /bin/sh (in which) is not recognized as a valid shebang. While it is very common to omit a space after the #!, spaces have been permitted since Unix Version 8, and Linux allows them.
Hello, thanks for the report. We indeed handle this case incorrectly. We added this bug to our bucket list
how about fixing it now
you've had plenty of time to do so
The problem is now fixed