* mingw: Force use of bash.
This commit is contained in:
parent
aee3f8fb6f
commit
d0009604ad
|
@ -1,3 +1,7 @@
|
|||
2011-06-14 Christopher Faylor <me.cygwin2011@cgf.cx>
|
||||
|
||||
* mingw: Force use of bash.
|
||||
|
||||
2011-05-29 Christopher Faylor <me.cygwin2011@cgf.cx>
|
||||
|
||||
* ps.cc (ttynam): Accommodate new console numbering.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# Front-end kludge to cause a Cygwin gcc to default to
|
||||
# an installed version of the MinGW components.
|
||||
|
||||
|
|
Loading…
Reference in New Issue