Skip to content

Commit

Permalink
Quote $PYTHON variable to support paths with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrnd authored Jan 24, 2018
1 parent cc8fefe commit 90483e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hg-fast-export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ $(
exec 4>&3 3>&1 1>&4 4>&-
{
_e1=0
GIT_DIR="$GIT_DIR" $PYTHON "$ROOT/hg-fast-export.py" \
GIT_DIR="$GIT_DIR" "$PYTHON" "$ROOT/hg-fast-export.py" \
--repo "$REPO" \
--marks "$GIT_DIR/$PFX-$SFX_MARKS" \
--mapping "$GIT_DIR/$PFX-$SFX_MAPPING" \
Expand Down

0 comments on commit 90483e0

Please sign in to comment.