mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-06 08:06:53 +08:00
hash-bang has one option, concatenated
Works fine on macOS; blows up on Linux. fixes: ``` /bin/bash: - : invalid option Usage: /bin/bash [GNU long option] [option] ... /bin/bash [GNU long option] [option] script-file ... ```
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash -x -e
|
||||
#!/bin/bash -xe
|
||||
|
||||
rspec --format documentation --color spec
|
||||
|
Reference in New Issue
Block a user