git: xargs - Add dummy -r option

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Mar 1 10:02:12 PST 2017


commit da129953046f5ba8e3d431836bef0ffa6fcab0c8
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Mar 1 10:01:14 2017 -0800

    xargs - Add dummy -r option
    
    * Add the -r option for GNU compatbility.  This option is the short form
      for the --no-run-if-empty GNU option, which is our default behavior, so
      we do nothing with it other than allow it.
    
    Taken-from: FreeBSD.

Summary of changes:
 usr.bin/xargs/xargs.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/da129953046f5ba8e3d431836bef0ffa6fcab0c8


-- 
DragonFly BSD source repository



More information about the Commits mailing list