From c5db9846489d52d82a020a97f931a0008047620f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 26 May 2017 17:52:59 -0300 Subject: Do not abort when keys are expired on some actions (#72) --- lib/keyringer/actions/xclip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/keyringer/actions/xclip') diff --git a/lib/keyringer/actions/xclip b/lib/keyringer/actions/xclip index 0e60bbd..da86315 100755 --- a/lib/keyringer/actions/xclip +++ b/lib/keyringer/actions/xclip @@ -38,7 +38,7 @@ clip() { # Load functions LIB="`dirname $0`/../functions" -source "$LIB" || exit 1 +source "$LIB" read $* || exit 1 # Check for xclip if ! which xclip &> /dev/null; then -- cgit v1.2.3