consolidate set options

This commit is contained in:
Noah Zoschke
2011-09-12 16:33:42 -07:00
parent f8951059a1
commit 9ca6ff8b00
+1 -2
View File
@@ -1,8 +1,7 @@
#!/usr/bin/env bash
# bin/compile <build-dir> <cache-dir>
set -e
set -o pipefail
set -eo pipefail
BIN_DIR=$(cd $(dirname $0); pwd) # absolute path
BUILD_DIR=$1