Tell Cygwin to create a core file if we run into any issues.

svn path=/trunk/; revision=37852
This commit is contained in:
Gerald Combs 2011-07-01 18:32:57 +00:00
parent 2d11ac9051
commit 8160523d80
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
# http://support.microsoft.com/kb/100843
if [ -n "${OS#Windows}" ] ; then
WS_SYSTEM="Windows"
export CYGWIN="$CYGWIN error_start=c:\cygwin\bin\dumper.exe -d %1 %2"
else
WS_SYSTEM=`uname -s`
fi