GH-1140 add additional uninitialized variable coverage

pull/1141/head
Ethan Edwards 2018-02-06 11:27:28 -06:00
parent 3eb5e037f9
commit f5c483cfaa
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ function _git-hide-status {
function _git-status {
[[ "${SCM_GIT_IGNORE_UNTRACKED}" = "true" ]] && local git_status_flags='-uno'
git status --porcelain ${git_status_flags} 2> /dev/null
git status --porcelain ${git_status_flags:-} 2> /dev/null
}
function _git-status-counts {