Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2002 10:41:54 -0700 (PDT)
From:      "J. Mallett" <jmallett@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/xargs xargs.c
Message-ID:  <200205031741.g43HfsK30740@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2002/05/03 10:41:54 PDT

  Modified files:
    usr.bin/xargs        xargs.c 
  Log:
  Move substitution out to a function, prerun(), and replace use of run() with
  it.  It handles everything (right now) that needs done before run(), except
  the -J case, because while that would be easy, I don't quite understand -J.
  
  Reviewed by:    src/tools/regression/usr.bin/xargs
  
  Revision  Changes    Path
  1.27      +78 -85    src/usr.bin/xargs/xargs.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?200205031741.g43HfsK30740>