Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit 90483e0

Browse files
authored
Quote $PYTHON variable to support paths with spaces
1 parent cc8fefe commit 90483e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hg-fast-export.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ $(
153153
exec 4>&3 3>&1 1>&4 4>&-
154154
{
155155
_e1=0
156-
GIT_DIR="$GIT_DIR" $PYTHON "$ROOT/hg-fast-export.py" \
156+
GIT_DIR="$GIT_DIR" "$PYTHON" "$ROOT/hg-fast-export.py" \
157157
--repo "$REPO" \
158158
--marks "$GIT_DIR/$PFX-$SFX_MARKS" \
159159
--mapping "$GIT_DIR/$PFX-$SFX_MAPPING" \

0 commit comments

Comments
 (0)