Skip to content

Commit

Permalink
Merge pull request #318 from ge0rdi/git-update-escape-params
Browse files Browse the repository at this point in the history
git update-git-for-windows: escape installer arguments
  • Loading branch information
dscho authored Dec 11, 2020
2 parents cb469d9 + 9d3660b commit 92cc66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-extra/git-update-git-for-windows
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ update_git_for_windows () {
echo "Downloading $filename" >&2
fi
curl -# -L -o $installer $download || return
start "" "$installer" /SILENT /VERYSILENT /NORESTART
start "" "$installer" //SILENT //NORESTART

# Kill all Bash processes (which will let MinTTY quit, too)"
#
Expand Down

0 comments on commit 92cc66c

Please sign in to comment.