mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
getting rid of an extra line
This commit is contained in:
parent
332a998f3a
commit
9ee3d00315
2
inxi
2
inxi
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue