From: Silvio Rhatto Date: Sat, 25 Mar 2017 23:46:55 +0000 (-0300) Subject: Coding style X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0eb73d3253e78557490f6e3374970014a0730467;p=utils-x11.git Coding style --- diff --git a/qrpaste b/qrpaste index 7800c7d..6728adf 100755 --- a/qrpaste +++ b/qrpaste @@ -12,7 +12,7 @@ OUT="$TEMP/clipboard.png" if ! which qrencode &> /dev/null; then echo "$BASENAME: qrencode not found" exit 1 -elif ! which xclip &> /dev/null; then +elif ! which xclip &> /dev/null; then echo "$BASENAME: xclip not found" exit 1 fi