Re: [Mingw-w64-public] Shell is stripping curly braces

2018-04-17 Thread Liu Hao
在 2018/4/17 7:08, Robert Dailey 写道: > I have been trying to chase down a [bug I found][1] over on the Git > for Windows project. The short version of the issue is that specifying > a parameter like "@{-1}" with a git alias gets converted to "@-1". > Visit link #1 for more detail on that. > > I

[Mingw-w64-public] Shell is stripping curly braces

2018-04-16 Thread Robert Dailey
I have been trying to chase down a [bug I found][1] over on the Git for Windows project. The short version of the issue is that specifying a parameter like "@{-1}" with a git alias gets converted to "@-1". Visit link #1 for more detail on that. I had started a [discussion over on the MinGW

[Mingw-w64-public] Shell

2013-12-26 Thread wynfield
Using the windows cmd box terminal console, then on Win-Buids which is using MinGW64. How do you compile a source package which comes with a configure shell script made for the *nix world? Regards -- Rapidly

Re: [Mingw-w64-public] Shell

2013-12-26 Thread Vincent Torri
you can't use windows cmd to run configure scripts. You must use MSYS' terminal, Cygwin's terminal or other terminals which do the same job. regards Vincent Torri On Thu, Dec 26, 2013 at 9:26 AM, wynfi...@gmail.com wrote: Using the windows cmd box terminal console, then on Win-Buids which

Re: [Mingw-w64-public] Shell

2013-12-26 Thread Jon
On 12/26/13, Vincent Torri vincent.to...@gmail.com wrote: you can't use windows cmd to run configure scripts. You must use MSYS' terminal, Cygwin's terminal or other terminals which do the same job. regards Vincent Torri On Thu, Dec 26, 2013 at 9:26 AM, wynfi...@gmail.com wrote: Using

Re: [Mingw-w64-public] Shell

2013-12-26 Thread Vincent Torri
i didn't know :) thank you for the info On Fri, Dec 27, 2013 at 5:24 AM, Jon jon.for...@gmail.com wrote: On 12/26/13, Vincent Torri vincent.to...@gmail.com wrote: you can't use windows cmd to run configure scripts. You must use MSYS' terminal, Cygwin's terminal or other terminals which do the

Re: [Mingw-w64-public] Shell

2013-12-26 Thread Alexpux
27 дек. 2013 г., в 8:24, Jon jon.for...@gmail.com написал(а): On 12/26/13, Vincent Torri vincent.to...@gmail.com wrote: you can't use windows cmd to run configure scripts. You must use MSYS' terminal, Cygwin's terminal or other terminals which do the same job. regards Vincent Torri