index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Evangelos Foutras <evangelos@foutrelis.com> | 2015-11-25 12:58:39 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-11-28 22:57:24 +1000 |
commit | 34bbe4cf7b8c70fda3475ee2e936db93c4fe427a (patch) | |
tree | e47f103bddbb4cecb683d39b5b7674af23c2dd1b /contrib/pacdiff.sh.in | |
parent | 5312e683fcc800e528c01d652aab30e862e44a0b (diff) |
-rw-r--r-- | contrib/pacdiff.sh.in | 2 |
diff --git a/contrib/pacdiff.sh.in b/contrib/pacdiff.sh.in index 90eb3cc2..a4faba2e 100644 --- a/contrib/pacdiff.sh.in +++ b/contrib/pacdiff.sh.in @@ -118,7 +118,7 @@ done m4_include(../scripts/library/term_colors.sh) -if ! type -p ${diffprog%% *} >/dev/null; then +if ! type -p ${diffprog%% *} >/dev/null && (( ! OUTPUTONLY )); then error "Cannot find the $diffprog binary required for viewing differences." exit 1 fi |