Remove set -e, this can easily cause the machine to get into an inconsistent state

This commit is contained in:
Bryan 2015-11-16 15:54:22 -08:00
parent d2cb2ce76a
commit ee7b242d29

View file

@ -1,5 +1,4 @@
#!/usr/bin/env bash
set -e
SOURCE="${BASH_SOURCE[0]}"
while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink