Remove set -e, this can easily cause the machine to get into an inconsistent state
This commit is contained in:
parent
d2cb2ce76a
commit
ee7b242d29
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
|
||||||
|
|
||||||
SOURCE="${BASH_SOURCE[0]}"
|
SOURCE="${BASH_SOURCE[0]}"
|
||||||
while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink
|
while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue