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

Fix flyway script on Git Bash for Windows #1124

Merged

Conversation

sguillope
Copy link
Contributor

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.

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 flyway#735 to use Windows classpath
separator when running in Git Bash for Windows.
@zaggino
Copy link

zaggino commented Dec 10, 2015

Hi guys, when would this be merged and released?

axelfontaine pushed a commit that referenced this pull request Dec 23, 2015
Fix flyway script on Git Bash for Windows
@axelfontaine axelfontaine merged commit 6d19f7c into flyway:master Dec 23, 2015
axelfontaine pushed a commit to flyway/flywaydb.org that referenced this pull request Dec 23, 2015
@axelfontaine
Copy link
Contributor

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants