Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal aclocal-flags

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 21 Jan 2003 20:14:27 -0600 (CST)
guy         2003/01/21 20:14:26 CST

  Modified files:
    .                    aclocal-flags 
  Log:
  "echo -n" isn't portable, and neither is sticking "\c" at the end of the
  string to be echoed; use "tr" to delete new lines and, while we're at
  it, also delete carriage returns (just in case this is being run under
  Cygwin or something such as that, and it produces lines ending with
  CR-LF).  Don't use character classes - I seem to remember that some
  versions of "tr" require you to put the classes in square brackets and
  some other versions don't work if you put them in square brackets.
  
  Revision  Changes    Path
  1.6       +3 -3      ethereal/aclocal-flags