summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index cd01a3b6..158fe2a3 100755
--- a/configure
+++ b/configure
@@ -12177,7 +12177,7 @@ if test -z $SQHEADER; then
fi
if test $WORKING_VERSION = "1"; then
- VERSION="$VERSION + `hg identify || cat .hg_archival.txt || echo ?`"
+ VERSION="$VERSION + `hg identify || (cat .hg_archival.txt | grep 'node\:') || echo ?`"
fi