Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2011-06-14 19:04:04 +0400
committerChristopher Faylor <me@cgf.cx>2011-06-14 19:04:04 +0400
commitd0009604ad0dc8be5687c9d903c4e9fafe24025d (patch)
treefaac4fc218c958fc413e5bed216196533ec3ec3a /winsup
parentaee3f8fb6fbacb4223b1c8ce259e3dd875c85031 (diff)
* mingw: Force use of bash.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/utils/ChangeLog4
-rwxr-xr-xwinsup/utils/mingw2
2 files changed, 5 insertions, 1 deletions
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 <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.
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.