From 5eba4661d75f977b46c8db028c0e79241dd36d76 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Sat, 21 Feb 2009 15:39:44 -0500 Subject: fix return in subkey_to_ssh_agent, so that it returns, instead of exits --- src/share/m/subkey_to_ssh_agent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/share/m/subkey_to_ssh_agent b/src/share/m/subkey_to_ssh_agent index a2cf9a0..7fb2fdb 100644 --- a/src/share/m/subkey_to_ssh_agent +++ b/src/share/m/subkey_to_ssh_agent @@ -110,5 +110,5 @@ You might want to 'monkeysphere gen-subkey'" # FIXME: sort out the return values: we're just returning the # success or failure of the final authentication subkey in this # case. What if earlier ones failed? - exit "$keysuccess" + return "$keysuccess" } -- cgit v1.2.3 .png' alt='cgit logo'/> index : notmuch
Unnamed repository; edit this file 'description' to name the repository.Jonas Smedegaard
summaryrefslogtreecommitdiff
path: root/tags/3c/e0/20170516220003.D69B33869@lxp5.free-owl.de/sys
diff options
context:
space:
mode:
Diffstat (limited to 'tags/3c/e0/20170516220003.D69B33869@lxp5.free-owl.de/sys')
-rw-r--r--tags/3c/e0/20170516220003.D69B33869@lxp5.free-owl.de/sys0
1 files changed, 0 insertions, 0 deletions