Skip to content

Commit

Permalink
subshell
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Dec 13, 2013
1 parent 03d6e3b commit 5d46738
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/compile
Expand Up @@ -17,6 +17,7 @@ source $bp_dir/bin/common.sh
# Output npm debug info on error
trap cat_npm_debug_log ERR

(
if [ "$env_file" ]; then
status "before:"
env
Expand All @@ -28,6 +29,7 @@ if [ "$env_file" ]; then
status "after:"
env
fi
)

# Look in package.json's engines.node field for a semver range
semver_range=$(cat $build_dir/package.json | $bp_dir/vendor/jq -r .engines.node)
Expand Down

0 comments on commit 5d46738

Please sign in to comment.