diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-11-03 10:42:01 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-11-03 10:42:01 -0200 |
commit | f534b40b7eb598cffcc9378c4520d5210552e0d5 (patch) | |
tree | 1d5baec0f4a62b15c01a84263aa7bff2e003980a /lib | |
parent | 89dd8486d3c525dfaf5239938fc4358915e3c2e6 (diff) | |
download | keyringer-f534b40b7eb598cffcc9378c4520d5210552e0d5.tar.gz keyringer-f534b40b7eb598cffcc9378c4520d5210552e0d5.tar.bz2 |
Removes incorrect exit command (#79)
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/keyringer/actions/append | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/keyringer/actions/append b/lib/keyringer/actions/append index 905867a..ccb25fb 100755 --- a/lib/keyringer/actions/append +++ b/lib/keyringer/actions/append @@ -6,7 +6,6 @@ # Load functions LIB="`dirname $0`/../functions" source "$LIB" readwrite $* || exit 1 -exit # Get file keyringer_get_file "$2" |