Replace 'set -e'
This commit is contained in:
parent
9d932201d6
commit
e5148da1ab
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
#!/bin/sh -e
|
||||
|
||||
##
|
||||
# variables
|
||||
|
|
Loading…
Reference in a new issue