URL:
  <http://savannah.gnu.org/bugs/?45913>

                 Summary: MSYS gawk does not like \(CR) due to texindex SVN
not keeping Linux EOL
                 Project: texinfo - GNU documentation system
            Submitted by: vincentb1
            Submitted on: jeu. 10 sept. 2015 06:45:10 GMT
                Category: None
                 Release: 
                Priority: 5 - Normal
                Severity: 3 - Normal
              Item Group: None
                 Privacy: Public
             Open/Closed: Open
             Assigned to: None
         Discussion Lock: Any
                  Status: None

    _______________________________________________________

Details:

Well, it is probably as much a bug of MSYS gawk as of texindex.awk, but what
happens is the following: in the usage function there is this line of code:


  print _"Email bug reports to [email protected],\n\
general questions and discussion to [email protected].\n\
Texinfo home page: http://www.gnu.org/software/texinfo/";;


If I run texindex as it is, then I get the following error:

$ texindex --help
gawk:
/c/Programmes/installation/texinfo-install/trunk/texindex/texindex.awk:139:  
print _"Email bug reports to [email protected],\n\
gawk:
/c/Programmes/installation/texinfo-install/trunk/texindex/texindex.awk:139:   
     ^ unterminated string


Well, if now I just do this:

$ dos2unix texindex.awk


Then, it works fine.

My conclusion is that you should do somewhere :

svn propset svn:eol-style LF ...


Another option is to avoid in-string line folding.






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45913>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/


Reply via email to