Skip to content
Snippets Groups Projects
Commit 4a870395 authored by Christian Engwer's avatar Christian Engwer
Browse files

[dunecontrol]

fix verbose suggestions output
(thanks to Tobias Malkmus)

[[Imported from SVN: r6861]]
parent a5ca714b
No related branches found
No related tags found
No related merge requests found
......@@ -776,7 +776,7 @@ case "$command" in
#check whether there is a dependency version
case "$sugs" in
'('*) sugs="${sugs#(}"
depver="${sugs%%)*}"
sugsver="${sugs%%)*}"
sugs="${sugs#*)}"
;;
*) sugver=
......@@ -786,7 +786,7 @@ case "$command" in
sugs=`echo "$sugs" | sed 's/^[, ]*//'`
suggests="$suggests $sugsname"
suggestsall="$suggests $sugsname $sugsver "
suggestsall="$suggestsall $sugsname $sugsver "
done
# ensure a version number
if test "x$version" = "x"; then version="0.0"; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment