diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 16:11:02 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 16:11:02 +0000 |
commit | 4e47773f0570bdffefd062b85265242f9f13ef96 (patch) | |
tree | 815a38d504a9005ddd7f548c0067a43172f05a02 /zcmp.in | |
parent | Adding upstream version 0.3. (diff) | |
download | zutils-4e47773f0570bdffefd062b85265242f9f13ef96.tar.xz zutils-4e47773f0570bdffefd062b85265242f9f13ef96.zip |
Adding upstream version 0.4.upstream/0.4
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'zcmp.in')
-rw-r--r-- | zcmp.in | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,3 @@ #! /bin/sh -exec zdiff --cmp "$@" +bindir=`echo "$0" | sed -e 's,[^/]*$,,'` +exec "${bindir}"zdiff --cmp "$@" |