Skip to content

Commit 185b71b

Browse files
committed
net-installer: use the MSys icon when launching mintty
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 3292b98 commit 185b71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net-installer/setup-git-sdk.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
)
7373

7474
@REM now clone the Git sources, build it, and start an interactive shell
75-
@mintty bash --login -c "mkdir -p /usr/src && cd /usr/src && git clone -b @@GIT_BRANCH@@ -c core.autocrlf=false https://github.com/git-for-windows/git && cd git && make install; bash -i"
75+
@mintty -i /msys2.ico bash --login -c "mkdir -p /usr/src && cd /usr/src && git clone -b @@GIT_BRANCH@@ -c core.autocrlf=false https://github.com/git-for-windows/git && cd git && make install; bash -i"
7676

7777
@IF ERRORLEVEL 1 PAUSE

0 commit comments

Comments
 (0)