]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 12 Jul 2010 19:20:39 +0000 (16:20 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 12 Jul 2010 19:20:39 +0000 (16:20 -0300)
lib/keyringer/functions

index af8421206233ea193d6b64b23e0b9eb5e6a1dd63..add22e244f8791b0f09e328c30824e9e30402746 100644 (file)
@@ -26,7 +26,7 @@ function keyringer_config_load {
 
 function keyringer_config_load_preferences {
   # Load custom keyring preferences
-  if [ ! -z "$PREFERENCES" ] && [ -e "$PREFERENCES" ]; then
+  if [ ! -z "$PREFERENCES" ] && [ -f "$PREFERENCES" ]; then
     source $PREFERENCES
   fi
 }