From c1e3106494d343d79aece11bd62cd503a55054f1 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 09 Sep 2012 22:44:28 -0400 Subject: Add space before "|" operator in dependency lists. --- (limited to 'lib/deps.sh') 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 -- cgit v0.9.1