Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Dec 13, 2013
1 parent af4e1ee commit e9a658e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/compile
Expand Up @@ -2,7 +2,7 @@

set -e # fail fast
set -o pipefail # don't ignore exit codes when piping output
# set -x # enable debugging
set -x # enable debugging

# Configure directories
build_dir=$1
Expand All @@ -16,7 +16,7 @@ if [ "$env_file" ]; then
env

status "Here's your env_file:"
status $env_file
status "$env_file"
source $env_file

status "after:"
Expand Down

0 comments on commit e9a658e

Please sign in to comment.