summaryrefslogtreecommitdiff
path: root/tools/gyp/gyptest.py
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2013-12-11 20:06:11 -0800
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-12-11 20:06:11 -0800
commit4ec189b250188e04aad7ba1ccb1c498876df2af6 (patch)
treebeef1e00d6fead6bb042bb24f7628f93d20bdee7 /tools/gyp/gyptest.py
parenta22de4f7eed04f14e590fdc5c8739d2ee17753e5 (diff)
downloadandroid-node-v8-4ec189b250188e04aad7ba1ccb1c498876df2af6.tar.gz
android-node-v8-4ec189b250188e04aad7ba1ccb1c498876df2af6.tar.bz2
android-node-v8-4ec189b250188e04aad7ba1ccb1c498876df2af6.zip
gyp: update to 78b26f7
Diffstat (limited to 'tools/gyp/gyptest.py')
-rwxr-xr-xtools/gyp/gyptest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gyp/gyptest.py b/tools/gyp/gyptest.py
index a80dfbf2df..8f3ee0ffb0 100755
--- a/tools/gyp/gyptest.py
+++ b/tools/gyp/gyptest.py
@@ -176,7 +176,7 @@ def main(argv=None):
if opts.path:
extra_path = [os.path.abspath(p) for p in opts.path]
extra_path = os.pathsep.join(extra_path)
- os.environ['PATH'] += os.pathsep + extra_path
+ os.environ['PATH'] = extra_path + os.pathsep + os.environ['PATH']
if not args:
if not opts.all: