This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 66
ml script breaks in gitbash (Windows) #333
Labels
Comments
Rewriting the if to this helps:
|
Is that using cygwin? I notice you referred to "ml" rather than "ml.bat". |
Yes, I mean 'ml', not 'ml.bat'. There are benefits to using a shell over a dos-box in Windows, particularly when working in a team with mixed OS. ;-) GitBash actually, that is something that comes with 'Git for Windows', and I suspect with 'Github for Windows' as well. Not sure about cygwin, I would expect cygwin to be more powerful, so less picky about the syntax. My suggested alternative is more generic, so most likely to work everywhere.. |
Sounds good to me. |
grtjn
added a commit
to grtjn/roxy
that referenced
this issue
Jan 16, 2015
dmcassel
added a commit
that referenced
this issue
Jan 16, 2015
fixed in dev |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was contacted that using ml in gitbash (http://git-scm.com/download/win) throws this error:
Apparently the =~ operator is not supported. Need to look for a different way to check $response.
The text was updated successfully, but these errors were encountered: