-
-
Save lazka/6d89a3cd85b0a64112f18c4cb7ef5f91 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
setlocal | |
IF NOT DEFINED MSYS2_PATH_TYPE set MSYS2_PATH_TYPE=minimal | |
set CHERE_INVOKING=1 | |
C:\\msys64\\usr\\bin\\bash.exe -leo pipefail %* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment