From 14c7150e778c109cd4b4a04c3f701427811027bb Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Fri, 31 Oct 2008 02:31:30 +0000 Subject: [PATCH] found weird issue, infobash was depending on variables NOT being correctly declared for some output stuff. This will need to be fixed for real, for now just didn't declare HDD_MODEL. This type of stuff is why this script needs to be rewritten... --- inxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index ed21b97..ee31051 100755 --- a/inxi +++ b/inxi @@ -1,7 +1,7 @@ #!/bin/bash ######################################################################## #### Script Name: inxi -#### version: 0.2.9 +#### version: 0.2.10 #### Date: October 30 2008 ######################################################################## #### inxi is a fork of infobash, the original bash sys info script by locsmif @@ -46,7 +46,7 @@ CPU_MODEL='' CPU_CLOCK='' CPU_FLAGS='' HDD_CAPACITY='' -HDD_MODEL='' +#HDD_MODEL='' ## note, can't declare this or it adds a comma in list of disks in get_hdd_data HDD_USED='' IRC_CLIENT='' IRC_CLIENT_VERSION=''