summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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