http://bugs.winehq.org/show_bug.cgi?id=16511
Summary: Google Sketchup rejects some ruby scripts containing CRLF Product: Wine Version: 1.1.10 Platform: Other URL: http://sketchup.google.com OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Oddly, under Wine, the example ruby scripts from http://sketchup.google.com/download/rubyscripts.html are rejected by Sketchup unless you remove the CRs, i.e. run them through dos2unix.
The one-liner "puts 'hello'" program is ok, though. The smallest script I've created that exibits the problem is a hello, world app that starts with a ten line comment. This script does not cause the error when run in Sketchup on MS Windows.
I'll attach the script.