Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2018 20:55:18 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r333012 - head/usr.bin/grep
Message-ID:  <201804252055.w3PKtIaG076129@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Apr 25 20:55:18 2018
New Revision: 333012
URL: https://svnweb.freebsd.org/changeset/base/333012

Log:
  zgrep.sh: remove now useless shift

Modified:
  head/usr.bin/grep/zgrep.sh

Modified: head/usr.bin/grep/zgrep.sh
==============================================================================
--- head/usr.bin/grep/zgrep.sh	Wed Apr 25 20:52:17 2018	(r333011)
+++ head/usr.bin/grep/zgrep.sh	Wed Apr 25 20:55:18 2018	(r333012)
@@ -146,7 +146,6 @@ else
     fi
     for file do
 	${cattool} ${catargs} -- "${file}" | ${grep} --label="${file}" ${grep_args} -- "${pattern}" -
-	shift
     done
 fi
 



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