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 () { jira_query () {
local jira_name local verb="$1"
local verb local jira_name lookup preposition
verb="$1"
local lookup
local preposition
if [[ "${verb}" = "reported" ]]; then if [[ "${verb}" = "reported" ]]; then
lookup=reporter lookup=reporter
preposition=by preposition=by