Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Commit

Permalink
fix hg-version script to actually work for conary
Browse files Browse the repository at this point in the history
  • Loading branch information
Whitney Battestilli committed Apr 6, 2010
1 parent 2c3c29d commit c738add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hg-version.sh
Expand Up @@ -5,7 +5,7 @@
#
# Get the build version for build.xml

hgDir=..
hgDir=`dirname $0`/..
if [[ -x /usr/bin/hg && -d $hgDir/.hg ]] ; then
rev=`hg id -i`
elif [ -f $hgDir/.hg_archival.txt ]; then
Expand Down

0 comments on commit c738add

Please sign in to comment.