Fixed small show partitions bug

This commit is contained in:
inxi-svn 2008-11-10 02:50:00 +00:00
parent c8b5020760
commit 38bd7e2aaa

4
inxi
View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
######################################################################## ########################################################################
#### Script Name: inxi #### Script Name: inxi
#### version: 0.4.25 #### version: 0.4.26
#### Date: November 8 2008 #### Date: November 8 2008
######################################################################## ########################################################################
#### inxi is a fork of infobash, the original bash sys info script by locsmif #### inxi is a fork of infobash, the original bash sys info script by locsmif
@ -81,7 +81,7 @@ B_SHOW_FULL_HDD='false'
# Set this to 'false' to avoid printing the hostname # Set this to 'false' to avoid printing the hostname
B_SHOW_HOST='true' B_SHOW_HOST='true'
# either -v > 3 or -p will show partitions # either -v > 3 or -p will show partitions
B_SHOW_PARTITIONS='true' B_SHOW_PARTITIONS='false'
# Show sound card data # Show sound card data
B_SHOW_SOUND='false' B_SHOW_SOUND='false'
# triggers various debugging and new option testing # triggers various debugging and new option testing