Fix flyway script on Git Bash for Windows #1124
Merged
Conversation
New Git Bash for Windows (https://git-for-windows.github.io/) is recognized as "MINGW..." system. For example on my test machine `uname` returns the following: $ uname MINGW64_NT-6.1 This patch expands on the fix done in #735 to use Windows classpath separator when running in Git Bash for Windows.
Hi guys, when would this be merged and released? |
axelfontaine
added a commit
that referenced
this pull request
Dec 23, 2015
Fix flyway script on Git Bash for Windows
axelfontaine
added a commit
to flyway/flywaydb.org
that referenced
this pull request
Dec 23, 2015
Thanks for reporting and fixing this! Truly appreciated! Merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
New Git Bash for Windows (https://git-for-windows.github.io/) is recognized
as "MINGW..." system. For example on my test machine
uname
returnsthe following:
This patch expands on the fix done in #735 to use Windows classpath
separator when running in Git Bash for Windows.