summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index a23f994..4d2249b 100755
--- a/configure
+++ b/configure
@@ -550,11 +550,11 @@ if [ -n "${V}" ]; then
else
case "${VERSION}" in
*+hg|hg)
- rev_id="$( hg log -r . --template '{branch}:{node|short}\n' \
+ rev_id="$( hg log -r . --template '{branch}-{node|short}\n' \
2>/dev/null \
|| true \
)"
- VERSION="${VERSION}@${rev_id:-unknown:$( date +%Y%m%d.%H%M%S )}"
+ VERSION="${VERSION}@${rev_id:-unknown-$( date +%Y%m%d.%H%M%S )}"
;;
esac
fi