mirror of
https://github.com/frej/fast-export.git
synced 2026-05-07 11:26:50 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2536f87544 |
@@ -8,7 +8,7 @@ if command -v greadlink > /dev/null; then
|
|||||||
READLINK="greadlink" # Prefer greadlink over readlink
|
READLINK="greadlink" # Prefer greadlink over readlink
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! $READLINK -f "$(which "$0")" 2>&1 > /dev/null; then
|
if ! $READLINK -f "$(which "$0")" > /dev/null 2>&1 ; then
|
||||||
ROOT="$(dirname "$(which "$0")")"
|
ROOT="$(dirname "$(which "$0")")"
|
||||||
if [ ! -f "$ROOT/hg-fast-export.py" ] ; then
|
if [ ! -f "$ROOT/hg-fast-export.py" ] ; then
|
||||||
echo "hg-fast-exports requires a readlink implementation which knows" \
|
echo "hg-fast-exports requires a readlink implementation which knows" \
|
||||||
|
|||||||
Reference in New Issue
Block a user