Back out r29323. The non fully qualified path seems to work for everyone else so don't mess with it.

svn path=/trunk/; revision=29324
This commit is contained in:
Kovarththanan Rajaratnam 2009-08-07 14:01:44 +00:00
parent cdf7fda658
commit 8bc2261d24
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ GETTEXT_DLL=libintl-8.dll
CYGWIN_PATH=c:\cygwin\bin
# command for a shell (cygwin's bash package recommended)
SH_PROG=$(CYGWIN_PATH)\bash
SH_PROG=bash
# bash versions after 3.1.6 need the 'igncr' shell option to be able to
# process scripts in windows 'native format' (dos crlf format).