New version, serious bug fix, do NOT use 2.1.4, it will fail to start. Bad copy/paste.

This commit is contained in:
inxi-svn 2014-03-18 08:32:31 +00:00
parent 76d9eb8397
commit 58d95fff6f
2 changed files with 15 additions and 3 deletions

6
inxi
View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
########################################################################
#### Script Name: inxi
#### Version: 2.1.4
#### Version: 2.1.5
#### Date: 2014-03-17
#### Patch Number: 00
########################################################################
@ -1026,7 +1026,7 @@ check_required_apps()
if [[ $B_RUNNING_IN_DISPLAY == 'true' ]];then
for app_name in $x_apps
do
if ! type -p $app_path &>/dev/null;then
if ! type -p $app_name &>/dev/null;then
script_debugger "Resuming in non X mode: $app_name not found. For package install advice run: $SCRIPT_NAME --recommends"
B_SHOW_DISPLAY_DATA='false'
break
@ -1038,7 +1038,7 @@ check_required_apps()
for app_name in $depends
do
if ! type -p $app_path &>/dev/null;then
if ! type -p $app_name &>/dev/null;then
error_handler 5 "$app_name"
fi
done

View file

@ -1,3 +1,15 @@
=====================================================================================
Version: 2.1.5
Patch Version: 00
Script Date: 2014-03-17
-----------------------------------
Changes:
-----------------------------------
New version, serious bug fix, do NOT use 2.1.4, it will fail to start. Bad copy/paste.
-----------------------------------
-- Harald Hope - Tue, 18 Mar 2014 01:30:53 -0700
=====================================================================================
Version: 2.1.4
Patch Version: 00