summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2014-02-03 08:15:09 +0000
committerrpaulo <rpaulo@FreeBSD.org>2014-02-03 08:15:09 +0000
commit6108d12ce1d584e3eb4b861e0ffc76710cc2000f (patch)
treea5b9759fe3fb739b3a8a4031663b8aae7609c370 /sys/conf
parent689151cc494759c6e2f6f21162d48484c168b4b8 (diff)
downloadFreeBSD-src-6108d12ce1d584e3eb4b861e0ffc76710cc2000f.zip
FreeBSD-src-6108d12ce1d584e3eb4b861e0ffc76710cc2000f.tar.gz
Fix the definition of hg_cmd.
MFC after: 3 days
Diffstat (limited to 'sys/conf')
-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 e4efc0a..73bf267 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