diff --git a/waflib/Tools/fc_config.py b/waflib/Tools/fc_config.py index 6544b630..5ee86b62 100644 --- a/waflib/Tools/fc_config.py +++ b/waflib/Tools/fc_config.py @@ -351,7 +351,7 @@ def getoutput(conf, cmd, stdin=False): # which we can use to find the version string. if not (hasattr(e, 'stderr') and hasattr(e, 'stdout')): raise e - else: + else: # Ignore the return code and return the original # stdout and stderr. out = e.stdout