* mingw: Force use of bash.

This commit is contained in:
Christopher Faylor 2011-06-14 15:04:04 +00:00
parent aee3f8fb6f
commit d0009604ad
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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.