aboutsummaryrefslogtreecommitdiff
path: root/qrpaste
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-03-25 20:46:55 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-03-25 20:46:55 -0300
commit0eb73d3253e78557490f6e3374970014a0730467 (patch)
tree779657d30de279419d831516ed3f4941598efd33 /qrpaste
parentc1073c26bb7328b8af340bf753c54b0c0868bd73 (diff)
downloadutils-x11-0eb73d3253e78557490f6e3374970014a0730467.tar.gz
utils-x11-0eb73d3253e78557490f6e3374970014a0730467.tar.bz2
Coding style
Diffstat (limited to 'qrpaste')
-rwxr-xr-xqrpaste2
1 files changed, 1 insertions, 1 deletions
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