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:
Brian Cunnie
2016-09-05 05:27:08 -07:00
parent 5c5d7ae5ec
commit 8bcce4784b

View File

@@ -1,3 +1,3 @@
#!/bin/bash -x -e
#!/bin/bash -xe
rspec --format documentation --color spec