From owner-cvs-usrbin Tue Oct 8 17:33:46 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA19555 for cvs-usrbin-outgoing; Tue, 8 Oct 1996 17:33:46 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA19537; Tue, 8 Oct 1996 17:33:36 -0700 (PDT) Date: Tue, 8 Oct 1996 17:33:36 -0700 (PDT) From: Wolfram Schneider Message-Id: <199610090033.RAA19537@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/locate/locate fastfind.c locate.h util.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/10/08 17:33:35 Modified: usr.bin/locate/locate fastfind.c locate.h util.c Log: Fix searching for shell quoting characters. I guess it was broken since locate exists. This works now $ locate '*\[' $ locate '*i386-\**' $ locate '*[C\[]' Revision Changes Path 1.2 +10 -2 src/usr.bin/locate/locate/fastfind.c 1.3 +2 -0 src/usr.bin/locate/locate/locate.h 1.2 +31 -19 src/usr.bin/locate/locate/util.c