Skip to content

Commit

Permalink
set home to build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
vti committed May 4, 2017
1 parent 113c4d4 commit f70ba4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Crafty/Runner.pm
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ sub run {
chdir $build_dir;
$ENV{HOME} = $build_dir;
eval {
require JSON;
$env = JSON::decode_json($env);
Expand Down

0 comments on commit f70ba4e

Please sign in to comment.