getting rid of an extra line

This commit is contained in:
inxi-svn 2011-06-11 05:19:16 +00:00
parent 332a998f3a
commit 9ee3d00315

2
inxi
View file

@ -1585,7 +1585,7 @@ check_recommends_items()
echo "$starter$finisher" echo "$starter$finisher"
done done
echo $Line echo
if [[ -n $missing_items ]];then if [[ -n $missing_items ]];then
echo "The following $type are missing from your system:" echo "The following $type are missing from your system:"
for item in $missing_items for item in $missing_items