Commit 9ca6ff8b authored by Noah Zoschke's avatar Noah Zoschke

consolidate set options

parent f8951059
#!/usr/bin/env bash #!/usr/bin/env bash
# bin/compile <build-dir> <cache-dir> # bin/compile <build-dir> <cache-dir>
set -e set -eo pipefail
set -o pipefail
BIN_DIR=$(cd $(dirname $0); pwd) # absolute path BIN_DIR=$(cd $(dirname $0); pwd) # absolute path
BUILD_DIR=$1 BUILD_DIR=$1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment