quote ${_exclude}

This commit is contained in:
Lukas Mestan 2017-03-15 19:09:07 +01:00
parent 8b24e28c95
commit f344f0dfb7
No known key found for this signature in database
GPG key ID: 93A4F5E8826DD56F

View file

@ -14,7 +14,7 @@ if [ ! -z ${_until} ]
fi
_exclude=${_GIT_EXCLUDE:-}
if [ ! -z ${_exclude} ]
if [ ! -z "${_exclude}" ]
then _exclude="-- . $_exclude"
fi