diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-09-18 13:57:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-09-18 13:57:44 -0300 |
commit | ecfeeb99a3bb291d271f669c4c10c3fae7246227 (patch) | |
tree | 1de72989aa1657e0f0343f6ae2d7413fd4db0bb7 /lib | |
parent | 985c47cf89e4475fceaf00bc68e694eedf2256b0 (diff) | |
download | keyringer-ecfeeb99a3bb291d271f669c4c10c3fae7246227.tar.gz keyringer-ecfeeb99a3bb291d271f669c4c10c3fae7246227.tar.bz2 |
Running keyringer_set_env when sourcing $LIB
Diffstat (limited to 'lib')
-rw-r--r-- | lib/keyringer/functions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/keyringer/functions b/lib/keyringer/functions index 13502f7..9c37291 100644 --- a/lib/keyringer/functions +++ b/lib/keyringer/functions @@ -238,3 +238,6 @@ function keyringer_get_command { exit 1 fi } + +# Setup environment +keyringer_set_env $* |