From: Sam Hocevar Date: Mon, 29 Aug 2005 08:48:27 +0000 (+0000) Subject: * fixed breakage of MSVC files in commit 12161. X-Git-Tag: 0.8.4~629 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c4a26cdfd3f65f767076e1f13d60db27db4569a5;p=vlc * fixed breakage of MSVC files in commit 12161. --- diff --git a/toolbox b/toolbox index ae80d3a90c..5fc7420466 100755 --- a/toolbox +++ b/toolbox @@ -142,8 +142,7 @@ then fi # The evil ^M. printf '\r' does not work in Cygwin. - M=' -' + M=' ' # Variables we get from configure.ac LIBVLC_VERSION=`sed -ne '/AC_INIT/s/.*,\(.*\))/\1/p' < configure.ac`