Removed - after (usb) to keep it cleaner

This commit is contained in:
inxi-svn 2008-11-09 20:26:00 +00:00
parent 0ef4b22dcc
commit 7221c789fa

2
inxi
View file

@ -1719,7 +1719,7 @@ print_hard_disk_data()
IFS="$ORIGINAL_IFS"
if [[ $B_SHOW_FULL_HDD == 'true' ]];then
if [[ -n ${a_hdd_working[3]} ]];then
usb_data="(${a_hdd_working[3]})-"
usb_data="(${a_hdd_working[3]}) "
else
usb_data=''
fi