diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:18:02 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:18:02 +0000 |
commit | 728953ebef65becaca9f0ff4c3249e82c8fd5ec3 (patch) | |
tree | 9ab7182e76bfdc21a26de22f17f0e46fd350e27c /zegrep.in | |
parent | Adding debian version 0.8~rc1-1. (diff) | |
download | zutils-728953ebef65becaca9f0ff4c3249e82c8fd5ec3.tar.xz zutils-728953ebef65becaca9f0ff4c3249e82c8fd5ec3.zip |
Merging upstream version 0.8.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'zegrep.in')
-rw-r--r-- | zegrep.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #! /bin/sh bindir=`echo "$0" | sed -e 's,[^/]*$,,'` -exec "${bindir}"zgrep -E "$@" +exec "${bindir}"zutils --zgrep -E "$@" |