From 16e2586ff6eff92fb6f805c630faa0b3ab8af5a5 Mon Sep 17 00:00:00 2001 From: David Wragg Date: Mon, 23 Jan 2012 18:20:27 +0000 Subject: Update MinGW/MSYS paths in etc/install-mingw.sh --- etc/install-mingw.sh | 72 ++++++++++++++++++++++++++-------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) mode change 100644 => 100755 etc/install-mingw.sh (limited to 'etc') diff --git a/etc/install-mingw.sh b/etc/install-mingw.sh old mode 100644 new mode 100755 index ba00538..289315f --- a/etc/install-mingw.sh +++ b/etc/install-mingw.sh @@ -20,42 +20,42 @@ mkdir -p $download_dir $unpack_dir while read f ; do wget -P $download_dir -N http://switch.dl.sourceforge.net/project/mingw/$f done <