mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
small fix on partitions, white space, patch fix only
This commit is contained in:
parent
cb2301e127
commit
240ca4e2a7
4
inxi
4
inxi
|
@ -3,7 +3,7 @@
|
||||||
#### Script Name: inxi
|
#### Script Name: inxi
|
||||||
#### version: 1.7.20
|
#### version: 1.7.20
|
||||||
#### Date: July 22 2011
|
#### Date: July 22 2011
|
||||||
#### Patch Number: 00
|
#### Patch Number: 01
|
||||||
########################################################################
|
########################################################################
|
||||||
#### SPECIAL THANKS
|
#### SPECIAL THANKS
|
||||||
########################################################################
|
########################################################################
|
||||||
|
@ -7313,7 +7313,7 @@ print_partition_data()
|
||||||
else
|
else
|
||||||
partitionIdClean=${a_partition_working[0]}
|
partitionIdClean=${a_partition_working[0]}
|
||||||
fi
|
fi
|
||||||
id_size_fs="${C1}ID:${C2} $partitionIdClean ${C1}size$SEP3${C2} ${a_partition_working[1]}$partition_used$full_fs$full_dev"
|
id_size_fs="${C1}ID:${C2} $partitionIdClean ${C1}size$SEP3${C2} ${a_partition_working[1]} $partition_used$full_fs$full_dev"
|
||||||
label_uuid="$full_label$full_uuid"
|
label_uuid="$full_label$full_uuid"
|
||||||
# label/uuid always print one per line, so only wrap if it's very long
|
# label/uuid always print one per line, so only wrap if it's very long
|
||||||
if [[ $B_SHOW_UUIDS == 'true' && $B_SHOW_LABELS == 'true' && $( calculate_line_length "$id_size_fs$label_uuid" ) -gt $LINE_MAX ]];then
|
if [[ $B_SHOW_UUIDS == 'true' && $B_SHOW_LABELS == 'true' && $( calculate_line_length "$id_size_fs$label_uuid" ) -gt $LINE_MAX ]];then
|
||||||
|
|
Loading…
Reference in a new issue