Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installer: Invoke bash directly for post-install #52

Merged
merged 1 commit into from
Apr 30, 2015

Conversation

elyscape
Copy link
Contributor

Invoking git-bash.exe to run the post-install scripts results in a
mintty window appearing, even when invoked with SW_HIDE. Invoking bash
directly avoids this.

Fixes git-for-windows/git#126.

Signed-off-by: Eli Young elyscape@gmail.com

Invoking `git-bash.exe` to run the post-install scripts results in a
mintty window appearing, even when invoked with `SW_HIDE`. Invoking bash
directly avoids this.

Fixes git-for-windows/git#126.

Signed-off-by: Eli Young <elyscape@gmail.com>
dscho added a commit that referenced this pull request Apr 30, 2015
installer: Invoke bash directly for post-install
@dscho dscho merged commit 40e9c81 into git-for-windows:master Apr 30, 2015
@dscho
Copy link
Member

dscho commented Apr 30, 2015

Heh, just when I was about to push my identical commit, I stumbled over this PR... ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installer: avoid flashing a terminal window when running the post-install scripts
2 participants