Merge "Workaround openrc failure on zsh"

This commit is contained in:
Jenkins 2014-11-03 12:01:41 +00:00 committed by Gerrit Code Review
commit c1d7dead4c

View File

@ -575,7 +575,7 @@ function git_clone {
RECLONE=$(trueorfalse False $RECLONE) RECLONE=$(trueorfalse False $RECLONE)
if [[ "$GIT_DEPTH" ]]; then if [[ -n "${GIT_DEPTH}" ]]; then
git_clone_flags="$git_clone_flags --depth $GIT_DEPTH" git_clone_flags="$git_clone_flags --depth $GIT_DEPTH"
fi fi