fixed send
This commit is contained in:
parent
80689c627e
commit
6b2bdaec20
1 changed files with 3 additions and 1 deletions
4
gpgtool
4
gpgtool
|
@ -243,7 +243,9 @@ extend () {
|
|||
send () {
|
||||
zparseopts -D -E -- -keyserver=servers:
|
||||
|
||||
[[ -z "${servers}" ]] && server=GPGTOOLKEYSERVERS
|
||||
[[ -z "${servers}" ]] && servers=GPGTOOLKEYSERVERS
|
||||
|
||||
[[ -z "${servers}" ]] && echo "No key servers given, aborting …" && exit 1
|
||||
|
||||
for id in $@
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue