Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal make-reg-dotc

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 10 Aug 2000 14:43:11 -0500 (CDT)
guy         2000/08/10 14:43:09 CDT

  Modified files:
    .                    make-reg-dotc 
  Log:
  "test -e" is documented in the Solaris 2.6 man page, but doesn't seem to
  work, and it's not even documented in the Solaris 2.5.1 man page; don't
  use "-e" to test for the existence of a file, use "-f", which is
  documented in the 2.5.1 man page and works.
  
  Revision  Changes    Path
  1.4       +4 -4      ethereal/make-reg-dotc