aboutsummaryrefslogtreecommitdiff
path: root/qrpaste
diff options
context:
space:
mode:
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