We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c8a22 commit 2536f87Copy full SHA for 2536f87
hg-fast-export.sh
@@ -8,7 +8,7 @@ if command -v greadlink > /dev/null; then
8
READLINK="greadlink" # Prefer greadlink over readlink
9
fi
10
11
-if ! $READLINK -f "$(which "$0")" 2>&1 > /dev/null; then
+if ! $READLINK -f "$(which "$0")" > /dev/null 2>&1 ; then
12
ROOT="$(dirname "$(which "$0")")"
13
if [ ! -f "$ROOT/hg-fast-export.py" ] ; then
14
echo "hg-fast-exports requires a readlink implementation which knows" \
0 commit comments