diff --git a/fetch-externals b/fetch-externals index f030bc03..2b193377 100755 --- a/fetch-externals +++ b/fetch-externals @@ -29,7 +29,7 @@ def checkout_deps(basepath): # evaluate contents of DEPS file f = open(depsfile, 'r') - exec(f.read()) + exec(f.read(), globals()) # process the path:url pairs in deps for path in sorted(deps.keys()):