zsh: treewide: minor fixes/style
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
#!/bin/zsh
|
||||
|
||||
gpg-warmup() {
|
||||
local t r
|
||||
|
||||
(( ${+commands[gpg]} )) || return 1
|
||||
local r t
|
||||
|
||||
t=$(mktemp)
|
||||
command gpg -abs "$t"
|
||||
r=$?
|
||||
command rm -f "$t" "$t.asc"
|
||||
|
||||
return "$r"
|
||||
}
|
||||
|
Reference in New Issue
Block a user