added spacer to null hdd case

This commit is contained in:
inxi-svn 2008-10-31 07:24:44 +00:00
parent 84feed2d45
commit cc48099a2a

2
inxi
View file

@ -1114,7 +1114,7 @@ get_hard_drive_data()
HDD_MODEL="${HDD_MODEL}${HDD_MODEL+ ${C1}($(($i+1)))${C2}}${a_total_hdd[i]}" HDD_MODEL="${HDD_MODEL}${HDD_MODEL+ ${C1}($(($i+1)))${C2}}${a_total_hdd[i]}"
done done
if [ -z "$HDD_MODEL" ];then if [ -z "$HDD_MODEL" ];then
HDD_MODEL='Non Detected' HDD_MODEL=' Non Detected'
fi fi
fi fi