diff options
author | Andrew Morrow <acm@mongodb.com> | 2015-07-29 09:50:12 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2015-07-29 09:50:12 -0400 |
commit | 6c88ec9513f3d400695301b3af15de2721748bc2 (patch) | |
tree | 206d73b7305ed9222d537c52d2ccb006a76554a3 /site_scons/site_tools | |
parent | 44d98481069665c57d1eb1de5d5bdae8082c615b (diff) | |
download | mongo-6c88ec9513f3d400695301b3af15de2721748bc2.tar.gz |
SERVER-9564 Honor user provided value for ABIDW
Diffstat (limited to 'site_scons/site_tools')
-rw-r--r-- | site_scons/site_tools/abilink.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site_scons/site_tools/abilink.py b/site_scons/site_tools/abilink.py index 9f7bad3dce5..82500082aa3 100644 --- a/site_scons/site_tools/abilink.py +++ b/site_scons/site_tools/abilink.py @@ -20,6 +20,7 @@ def _detect(env): abidw = env['ABIDW'] if not abidw: return None + return abidw except KeyError: pass |