Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove argument from char test shebang (spaceship-prompt#533)
shebang treats arguments differently on various operating systems. Linux kernel treats everything following the first word in the shebang line as a single argument [1]: https://lwn.net/Articles/630727 [2]: https://stackoverflow.com/a/4304187 [3]: https://www.in-ulm.de/~mascheck/various/shebang
- Loading branch information