Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2002 02:53:11 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/tr str.c
Message-ID:  <200206140953.g5E9rBc26199@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/06/14 02:53:11 PDT

  Modified files:
    usr.bin/tr           str.c 
  Log:
  Don't treat the trailing ']' of an equivalence class expression as a
  character in the set. tr -d '[=a=]' was deleting ]'s as well as a's.
  Noticed by the textutils test suite.
  
  Revision  Changes    Path
  1.14      +2 -1      src/usr.bin/tr/str.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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