From 3cd6045421a9ecd01dfd4a19aa14eb0fffca747b Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Mon, 15 Jul 2013 22:02:12 +0000 Subject: Get rid of "win-setup.sh: line 24: $'\r': command not found" warning svn path=/trunk/; revision=50642 --- tools/win-setup.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/win-setup.sh') diff --git a/tools/win-setup.sh b/tools/win-setup.sh index 5fa460401b..d0c1f6df9c 100755 --- a/tools/win-setup.sh +++ b/tools/win-setup.sh @@ -21,7 +21,6 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - (set -o igncr) 2>/dev/null && set -o igncr; # hack to force this file to be processed by cygwin bash with -o igncr # needed when this file is exec'd from win32-setup.sh & win64-setup.sh -- cgit v1.2.3