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