summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 6202f4c..363628e 100755
--- a/configure
+++ b/configure
@@ -285,9 +285,9 @@ echo "${VERSION}"
}
# It's safer to change all ',' to spaces rather than setting IFS
-CONTRIB_list=$(echo "${CONTRIB_list}" |sed -r -e 's/,+/ /g;')
+CONTRIB_list=$(echo "${CONTRIB_list}" |sed -r -e 's/,+/ /g; s/ +/ /g; s/^ //g; s/ $//g;')
if [ -n "${CONTRIB_list}" ]; then
- has_or_abort lzcat
+ has_or_abort 'lzcat/'
printf "Applying contributed code: "
for c in ${CONTRIB_list}; do
printf "${c}, "