mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-10 07:36:19 -04:00
quote ${_exclude}
This commit is contained in:
parent
8b24e28c95
commit
f344f0dfb7
|
|
@ -14,7 +14,7 @@ if [ ! -z ${_until} ]
|
|||
fi
|
||||
|
||||
_exclude=${_GIT_EXCLUDE:-}
|
||||
if [ ! -z ${_exclude} ]
|
||||
if [ ! -z "${_exclude}" ]
|
||||
then _exclude="-- . $_exclude"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue