From afb5d6815a935e5d5034cf7086b53a913269a85c Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Mon, 1 Feb 2016 10:54:53 -0800 Subject: [PATCH] fixed -xx@15 glitch --- inxi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inxi b/inxi index 06261e7..3ce7d80 100755 --- a/inxi +++ b/inxi @@ -2227,6 +2227,7 @@ check_recommends_items() local recommended_apps=' dmidecode:dmidecode~dmidecode~dmidecode~:-M_if_no_sys_machine_data;_-m_memory file:file~file~file~:-o_unmounted_file_system + hciconfig:bluez~bluez-utils~bluez-utils~:-n_-i_bluetooth_data hddtemp:hddtemp~hddtemp~hddtemp~:-Dx_show_hdd_temp ifconfig:net-tools~net-tools~net-tools~:-i_ip_lan-deprecated ip:iproute~iproute2~iproute~:-i_ip_lan @@ -2767,7 +2768,7 @@ get_parameters() ## debuggers and testing tools %) B_HANDLE_CORRUPT_DATA='true' ;; - @) if [[ -n $( grep -E "^([1-9]|1[0-4])$" <<< $OPTARG ) ]];then + @) if [[ -n $( grep -E "^([1-9]|1[0-5])$" <<< $OPTARG ) ]];then DEBUG=$OPTARG if [[ $B_EXTRA_EXTRA_DATA == 'true' ]];then B_UPLOAD_DEBUG_DATA='true'