kientzle    2007-04-18 04:36:11 UTC
  FreeBSD src repository
  Modified files:
    usr.bin/tar          util.c 
  Log:
  Ignore trailing '/' when comparing pathnames, so that
  "tar -u" works again.  Otherwise, "tar -u" wants to
  treat every dir as new and re-adds it.
  
  Revision  Changes    Path
  1.17      +26 -3     src/usr.bin/tar/util.c