From b17665c19d4b5b1b0270743e36ef03c5c5620c9b Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 15 Dec 2016 14:17:44 -0800 Subject: [PATCH] Fix the reset of the working dir before changing it again --- build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build.py b/build.py index 3768809f..15c38d88 100755 --- a/build.py +++ b/build.py @@ -1424,6 +1424,7 @@ def cmd_build_vagrant(options, args): runcmd('vagrant up') runcmd('vagrant ssh -c "scripts/build.sh %s"' % vmName) runcmd('vagrant halt') + del pwd if options.upload: src = opj(phoenixDir(), 'dist', 'linux', cfg.VERSION)