From 65ff6dd284d55f363392bf4a45f0f98fd8a3048a Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Tue, 28 Oct 2008 05:18:25 +0000 Subject: [PATCH] fixed possible slight path bug --- inxi | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/inxi b/inxi index b7420ba..01d377b 100755 --- a/inxi +++ b/inxi @@ -1,7 +1,7 @@ #!/bin/bash ######################################################################## #### Script Name: inxi -#### version: 0.1.20 +#### version: 0.1.21 #### Date: October 27 2008 ######################################################################## #### inxi is a fork of infobash, the original bash sys info script by locsmif @@ -1171,12 +1171,10 @@ print_it_out() ######################################################################## #### SCRIPT EXECUTION ######################################################################## - +set_calculated_variables # Check for dependencies before running any commands in this script! So yes, here!! check_script_depends -set_calculated_variables - get_start_app # "$@" passes every parameter separately quoted, "$*" passes all parameters as one quoted parameter.