On 08/14/2012 02:59 AM, Rolf Eike Beer wrote: > The first should have done "s/[ \t]+$//", that would have removed the > trailing > tab in Modules/NSIS.template.in, line 484.
Thanks. It looks like that was the only case it missed so I just added it by hand: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6c2c483e I also added one more commit to fix a test failure due to an overly general regular expression that was kept at bay in the past only by case differences and exposed now only on certain platforms: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3c0488d7 -Brad -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
