Skip to content

Commit

Permalink
get the sets right
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Jan 14, 2012
1 parent f8ff42a commit 3330672
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/compile
@@ -1,7 +1,11 @@
#!/usr/bin/env bash
# bin/compile <build-dir> <cache-dir>

set -x
# fail fast
set -e

# debug
# set -x

# clean up leaking environment
unset GIT_DIR
Expand Down

0 comments on commit 3330672

Please sign in to comment.