summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/configure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/configure.py b/make/configure.py
index 90efeb22e..71f310ea5 100644
--- a/make/configure.py
+++ b/make/configure.py
@@ -775,7 +775,7 @@ class RepoProbe( ShellProbe ):
self.session = in_file.readlines()
if self.session:
self._parseSession()
- if self.rev != 0:
+ if self.hash is not empty and self.hash is not 'deadbeaf':
cfg.infof( '(pass)\n' )
else:
cfg.infof( '(fail)\n' )