From a908a9b46ad83bbbbe9f3a742d1bb4dd59305182 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 18 Nov 2010 10:54:56 -0200 Subject: Oops --- keyringer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyringer b/keyringer index 2893683..38ba80b 100755 --- a/keyringer +++ b/keyringer @@ -135,7 +135,7 @@ export PREFERENCES="`dirname $CONFIG`/$KEYRING" # Load functions LIB="`dirname $(readlink -f $0)`/lib/$NAME/functions" -source "$LIB" | exit 1 +source "$LIB" || exit 1 # Setup main configuration and load preferences keyringer_config_load -- cgit v1.2.3