Skip to content

Commit

Permalink
Remove argument from char test shebang (spaceship-prompt#533)
Browse files Browse the repository at this point in the history
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
salmanulfarzy authored Nov 7, 2018
1 parent 0f4f684 commit 79b4e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/char.test.zsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env zsh +x
#!/usr/bin/env zsh

# Required for shunit2 to run correctly
setopt shwordsplit
Expand Down

0 comments on commit 79b4e23

Please sign in to comment.