last fixes on new tarball, version

This commit is contained in:
inxi-svn 2014-09-20 03:32:57 +00:00
parent 58651ac5e5
commit 2840e253f7

5
inxi
View file

@ -12136,7 +12136,7 @@ print_networking_ip_data()
print_optical_drive_data() print_optical_drive_data()
{ {
eval $LOGFS eval $LOGFS
local a_drives='' drive_data='' counter='' dev_string='/dev/' local a_drives='' drive_data='' counter='' dev_string='/dev/' speed_string='x'
local drive_id='' drive_links='' vendor='' speed='' multisession='' mcn='' audio='' local drive_id='' drive_links='' vendor='' speed='' multisession='' mcn='' audio=''
local dvd='' state='' rw_support='' rev='' separator='' drive_string='' part_2_data='' local dvd='' state='' rw_support='' rev='' separator='' drive_string='' part_2_data=''
if [[ -z $BSD_TYPE ]];then if [[ -z $BSD_TYPE ]];then
@ -12144,6 +12144,7 @@ print_optical_drive_data()
else else
get_optical_drive_data_bsd get_optical_drive_data_bsd
dev_string='' dev_string=''
speed_string=''
fi fi
# 0 - true dev path, ie, sr0, hdc # 0 - true dev path, ie, sr0, hdc
# 1 - dev links to true path # 1 - dev links to true path
@ -12255,7 +12256,7 @@ print_optical_drive_data()
if [[ -z ${a_drives[5]} ]];then if [[ -z ${a_drives[5]} ]];then
speed='N/A' speed='N/A'
else else
speed="${a_drives[5]}x" speed="${a_drives[5]}$speed_string"
fi fi
if [[ -z ${a_drives[8]} ]];then if [[ -z ${a_drives[8]} ]];then
audio='N/A' audio='N/A'