summaryrefslogtreecommitdiffstats
path: root/sys/conf/newvers.sh
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2014-02-06 02:12:39 +0000
committerrpaulo <rpaulo@FreeBSD.org>2014-02-06 02:12:39 +0000
commitd65cbb18772b973f3f49fb98b7dfa730f38b8aac (patch)
treedc4e397e14e1267136e60336094731fa69dd9531 /sys/conf/newvers.sh
parent8beeaa462226c8d0d6955e32db39e7d70a3ec4cc (diff)
downloadFreeBSD-src-d65cbb18772b973f3f49fb98b7dfa730f38b8aac.zip
FreeBSD-src-d65cbb18772b973f3f49fb98b7dfa730f38b8aac.tar.gz
MFC r261432
Fix the definition of hg_cmd.
Diffstat (limited to 'sys/conf/newvers.sh')
-rw-r--r--sys/conf/newvers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 13739c2..5e58584 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -133,7 +133,7 @@ fi
if [ -d "${SYSDIR}/../.hg" ] ; then
for dir in /usr/bin /usr/local/bin; do
if [ -x "${dir}/hg" ] ; then
- hg_cmd="${dir}/hg -R ${SYSDIR}/../.hg"
+ hg_cmd="${dir}/hg -R ${SYSDIR}/.."
break
fi
done
OpenPOWER on IntegriCloud