From 8725a6f80155c1927d83cd6e1620f1a8a5ace427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Fri, 14 Dec 2007 20:00:02 +0000 Subject: [PATCH] #503579: Improve pi.sh to allow reinstalling MSYS/MinGW, patch from Charles Day. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16638 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index 95cb1afa0b..5b18b3e4f7 100755 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -144,7 +144,7 @@ function inst_mingw() { 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