]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Fix test output at xclip action
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 20 Feb 2014 16:29:07 +0000 (13:29 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 20 Feb 2014 16:29:07 +0000 (13:29 -0300)
ChangeLog
lib/keyringer/actions/xclip

index e7f7cf79bae87c7a3fb5e15c1a1336d1fe776fd1..71f541dcaccb95254ad823a6f1d31c81b94f0e50 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-02-20 - Silvio Rhatto  <rhatto@riseup.net>
+
+       Fix test output at xclip action
+
 2014-02-20 - 0.3 - Silvio Rhatto  <rhatto@riseup.net>
 
        Try to find a similar file at keyringer_get_file
index b28984f4a571edf78ee5b3766deccbb949ab468c..0ce065281badd989660c8d3090a5ec2757c72f08 100755 (executable)
@@ -39,7 +39,7 @@ LIB="`dirname $0`/../functions"
 source "$LIB" || exit 1
 
 # Check for xclip
-if ! which xclip; then
+if ! which xclip &> /dev/null; then
   echo "fatal: xclip not found"
   exit 1
 fi