diff options
Diffstat (limited to 'lib/deps.sh')
-rw-r--r-- | lib/deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/deps.sh b/lib/deps.sh index f7f6e38..b59d69f 100644 --- a/lib/deps.sh +++ b/lib/deps.sh @@ -158,7 +158,7 @@ ob_reduce_deps() "${_obrd_dep_or}")" if [ -n "${_obrd_dep}" ]; then if [ -n "${_obrd_dep_or_list}" ]; then - _obrd_dep_or_list="${_obrd_dep_or_list}| " + _obrd_dep_or_list="${_obrd_dep_or_list} | " fi _obrd_dep_or_list="${_obrd_dep_or_list}${_obrd_dep}" fi |