OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Todd C. Miller (millertcvs.openbsd.org)
Date: Wed Jul 04 2001 - 17:34:18 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: millertcvs.openbsd.org 2001/07/04 16:34:18

    Modified files:
            bin/pax : pat_rep.c

    Log message:
    Eat backslashes in regex's so things like:
    -s '/\/bin\/cat/\/bin\/dog/'
    work. This means we have to be a bit more clever in finding the pattern
    delimeters (ie: not strchr).