set -e
Github not respecting -e in shebang
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#/bin/bash -e
|
||||
#!/bin/bash -e
|
||||
set -e
|
||||
|
||||
usage() {
|
||||
echo "Usage: $0 [OPTIONS]"
|
||||
|
||||
Reference in New Issue
Block a user