diff --git a/README.txt b/README.txt old mode 100755 new mode 100644 diff --git a/inxi b/inxi index bf7e39a..e759a05 100755 --- a/inxi +++ b/inxi @@ -403,6 +403,14 @@ B_HDDTEMP_TESTED='false' B_MODINFO_TESTED='false' B_SUDO_TESTED='false' +# cpu 64 bit able or not. Does not tell you actual kernel/OS installed +# if ((1<<32)); then +# BITS=64 +# else +# BITS=32 +# fi +# echo $BITS + ### CONSTANTS/INITIALIZE - SOME MAY BE RESET LATER ### DCOPOBJ="default" DEBUG=0 # Set debug levels from 1-10 (8-10 trigger logging levels) @@ -14963,7 +14971,7 @@ print_weather_data() time_string='' observation_time='' fi - # the last three are oftenblank + # the last three are often blank if [[ -z "$heat_index$wind_chill$dew_point" ]];then weather_data=$( create_print_line " " "$pressure$location_string" ) print_screen_output "$weather_data" diff --git a/inxi.changelog b/inxi.changelog index fb5a5ea..0b7f86c 100755 --- a/inxi.changelog +++ b/inxi.changelog @@ -1,3 +1,15 @@ +===================================================================================== +Version: 2.3.4 +Patch Version: 00 +Script Date: 2016-11-03 +----------------------------------- +Changes: +----------------------------------- +No new version, just fixed some unwanted executable bits in files. + +----------------------------------- +-- Harald Hope - Tue, 22 Nov 2016 11:13:15 -0800 + ===================================================================================== Version: 2.3.4 Patch Version: 00