0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Concise local variables declarations

This commit is contained in:
Patryk Małek 2015-07-07 20:26:00 +02:00
parent b1772c5333
commit ad4675cb0a

View file

@ -78,11 +78,8 @@ jira_name () {
}
jira_query () {
local jira_name
local verb
verb="$1"
local lookup
local preposition
local verb="$1"
local jira_name lookup preposition
if [[ "${verb}" = "reported" ]]; then
lookup=reporter
preposition=by