aboutsummaryrefslogtreecommitdiff
path: root/keyringer
diff options
context:
space:
mode:
Diffstat (limited to 'keyringer')
-rwxr-xr-xkeyringer2
1 files changed, 1 insertions, 1 deletions
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