diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-11-18 10:52:10 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-11-18 10:52:10 -0200 |
commit | 0909e5395199cfb731964487abfa0bd857f7b94f (patch) | |
tree | 88db56e42de5c449bf2fcba0a7f559269b745406 | |
parent | b4ff8748d593c9dfd162dabfbdd5bb33d44cd399 (diff) | |
download | keyringer-0909e5395199cfb731964487abfa0bd857f7b94f.tar.gz keyringer-0909e5395199cfb731964487abfa0bd857f7b94f.tar.bz2 |
Source or die
-rwxr-xr-x | keyringer | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ export PREFERENCES="`dirname $CONFIG`/$KEYRING" # Load functions LIB="`dirname $0`/lib/$NAME/functions" -source $LIB +source $LIB || exit 1 # Setup main configuration and load preferences keyringer_config_load |