Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Dec 2004 03:38:28 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/tar bsdtar.c
Message-ID:  <200412220338.iBM3cS7I004760@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2004-12-22 03:38:28 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tar          bsdtar.c 
  Log:
  Fix -W long option handling.
  In particular:
    -W excl=text
  fails because "excl" is a prefix of both "exclude" and "exclude-from".  But,
    -W exclude=text
  is okay because it matches "exclude" exactly.
  
  Thanks to: Jose F Nieves
  MFC after: 7 days
  
  Revision  Changes    Path
  1.57      +15 -5     src/usr.bin/tar/bsdtar.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412220338.iBM3cS7I004760>