diff --git a/inxi b/inxi index 4ce4514..4225841 100755 --- a/inxi +++ b/inxi @@ -1,7 +1,7 @@ #!/bin/bash ######################################################################## #### Script Name: inxi -#### version: 0.1.37 +#### version: 0.1.38 #### Date: October 29 2008 ######################################################################## #### inxi is a fork of infobash, the original bash sys info script by locsmif @@ -1163,7 +1163,7 @@ print_cpu_data() then cpu_data=$( printf "%s${C2} %s %s ${C1}%s${CN}%s${C2} %s ${CN}%s" "$cpu_data" "${a_cpu_working[2]}" "cache" "flags" "(" "$CPUFLAGS" ")" ) fi - cpu_data=$( printf "%s ${C1}%s${C2} ${CN}%s${C2} %s ${CN}%s" "$cpu_data" "clocked at" "[" "${a_cpu_working[1]} MHz" "]" ) + cpu_data=$( printf "%s ${C1}%s${C2} ${CN}%s" "$cpu_data" "clocked at" "${a_cpu_working[1]} MHz" ) print_screen_output "$cpu_data" for (( i=1; i < ${#A_CPU_DATA[@]}-1; i++ )) @@ -1176,7 +1176,7 @@ print_cpu_data() then cpu_data=$( printf "%s${C2} %s %s ${C1}%s${CN}%s${C2} %s ${CN}%s" "$cpu_data" "${a_cpu_working[2]}" "cache" "flags" "(" "$CPUFLAGS" ")" ) fi - cpu_data=$( printf "%s ${C1}%s${C2} ${CN}%s${C2} %s ${CN}%s" "$cpu_data" "clocked at" "[" "${a_cpu_working[1]} MHz" "]" ) + cpu_data=$( printf "%s ${C1}%s${C2} ${CN}%s" "$cpu_data" "clocked at" "${a_cpu_working[1]} MHz" ) print_screen_output "$cpu_data" if [ "$i" -gt 10 ] then