From 9ca6ff8b00fc1512e9301fe613e9ce253a3ac763 Mon Sep 17 00:00:00 2001 From: Noah Zoschke Date: Mon, 12 Sep 2011 16:33:42 -0700 Subject: [PATCH] consolidate set options --- bin/compile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index 3aee587..4895cb6 100755 --- a/bin/compile +++ b/bin/compile @@ -1,8 +1,7 @@ #!/usr/bin/env bash # bin/compile -set -e -set -o pipefail +set -eo pipefail BIN_DIR=$(cd $(dirname $0); pwd) # absolute path BUILD_DIR=$1