From d0009604ad0dc8be5687c9d903c4e9fafe24025d Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 14 Jun 2011 15:04:04 +0000 Subject: [PATCH] * mingw: Force use of bash. --- winsup/utils/ChangeLog | 4 ++++ winsup/utils/mingw | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index dad135378..61d87146d 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,7 @@ +2011-06-14 Christopher Faylor + + * mingw: Force use of bash. + 2011-05-29 Christopher Faylor * ps.cc (ttynam): Accommodate new console numbering. diff --git a/winsup/utils/mingw b/winsup/utils/mingw index 4e270fda9..8f970d0c3 100755 --- a/winsup/utils/mingw +++ b/winsup/utils/mingw @@ -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.