diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-28 13:45:27 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-28 13:45:27 -0200 |
commit | 65f63e1b889a9f0e5e9a0b1646ddcee3b4b44242 (patch) | |
tree | 17d8975a78be220309239df9d046a944be3b37b5 | |
parent | f31528e4044e9eac74cf1b256c4c57bc3a065424 (diff) | |
download | keyringer-65f63e1b889a9f0e5e9a0b1646ddcee3b4b44242.tar.gz keyringer-65f63e1b889a9f0e5e9a0b1646ddcee3b4b44242.tar.bz2 |
Adds missing comments
-rwxr-xr-x | keyringer | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # +# Initialize a new keyring function keyringer_init { BASEDIR="$3" URL="$4" @@ -104,6 +105,7 @@ function keyringer_init { fi } +# Action dispatcher function keyringer_dispatch { BASEDIR="`keyringer_config $KEYRING`" |