]> gitweb.fluxo.info Git - utils-x11.git/commitdiff
Coding style
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 25 Mar 2017 23:46:55 +0000 (20:46 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 25 Mar 2017 23:46:55 +0000 (20:46 -0300)
qrpaste

diff --git a/qrpaste b/qrpaste
index 7800c7d6563299ed518eb4978cac29633006b308..6728adf449e5d58f017079be5668b001f480a9f5 100755 (executable)
--- 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