You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/10/31 10:34:20 UTC

DO NOT REPLY [Bug 24284] New: - build.sh Line ending problem

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24284>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24284

build.sh Line ending problem

           Summary: build.sh Line ending problem
           Product: XalanJ2
           Version: 2.5Dx
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Xalan
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: holz@fiz-chemie.de


For xalan-j_2_5_2-src.tar.gz I get a:
/bin/bash build.sh: line 56: syntax error: unexpected end of file
Converting build.sh with dos2unix fixes the problem.

Probably the distribution was build on windows and cvs changed
the line endings. Marking all shell files as binaries in cvs
should help. You don't want to modify shell files on nonunix 
systems anyway. (Except maybe with cygwin. Does anybody
know, how it handles line endings in shell skripts?)