Merge pull request #37 from ottxor/master

Fix ROOT if hg-fast-export is in PATH
This commit is contained in:
frej
2014-09-19 13:39:31 +02:00

View File

@@ -3,7 +3,7 @@
# Copyright (c) 2007, 2008 Rocco Rutte <pdmef@gmx.net> and others.
# License: MIT <http://www.opensource.org/licenses/mit-license.php>
ROOT="`dirname "$0"`"
ROOT="`dirname "$(type -p $0)"`"
REPO=""
PFX="hg2git"
SFX_MAPPING="mapping"