AUDIT: r16638 - gnucash/trunk/packaging/win32 - #503579: Improve pi.sh to allow reinstalling MSYS/MinGW, patch from Charles Day.

Andreas Köhler andi5 at cvs.gnucash.org
Fri Dec 14 15:00:02 EST 2007


Author: andi5
Date: 2007-12-14 15:00:02 -0500 (Fri, 14 Dec 2007)
New Revision: 16638
Trac: http://svn.gnucash.org/trac/changeset/16638

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
#503579: Improve pi.sh to allow reinstalling MSYS/MinGW, patch from Charles Day.

BP


Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2007-12-12 05:36:02 UTC (rev 16637)
+++ gnucash/trunk/packaging/win32/install.sh	2007-12-14 20:00:02 UTC (rev 16638)
@@ -144,7 +144,7 @@
             wget_unpacked $MINGW_RT_URL $DOWNLOAD_DIR $MINGW_DIR
             wget_unpacked $W32API_URL $DOWNLOAD_DIR $MINGW_DIR
             wget_unpacked $MINGW_MAKE_URL $DOWNLOAD_DIR $MINGW_DIR
-            (echo "y"; echo "y"; echo "$_MINGW_WFSDIR") | sh pi.sh
+            (echo "y"; echo "y"; echo "$_MINGW_WFSDIR"; echo "y") | sh pi.sh
         else
             ./create_cross_mingw.sh
         fi



More information about the gnucash-changes mailing list