zgrep.sh: remove now useless shift
This commit is contained in:
parent
9fdb4cfa89
commit
1e5b97628b
@ -146,7 +146,6 @@ else
|
||||
fi
|
||||
for file do
|
||||
${cattool} ${catargs} -- "${file}" | ${grep} --label="${file}" ${grep_args} -- "${pattern}" -
|
||||
shift
|
||||
done
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user