lib.sh: Remove set -e

The scripts should handle errors properly instead of just bailing. The build.sh
script will have to be updated due to this change.
pull/14/head
Jesus Alvarez 12 years ago
parent 34fcc23183
commit 6fc872c064
  1. 2
      lib.sh

@ -1,5 +1,3 @@
set -e
shopt -s nullglob
# check if messages are to be printed using color

Loading…
Cancel
Save