From ba8ed4d8b247f3e1d91d5d6a0d8c780cd2e17aac Mon Sep 17 00:00:00 2001 From: "trash80.v2.0" Date: Mon, 2 Jul 2012 03:30:41 +0000 Subject: [PATCH] oops, hit ctrl-x instead of ctrl-c. Fix. No version bump. --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 1205c5c..46f640e 100755 --- a/inxi +++ b/inxi @@ -1396,7 +1396,7 @@ debug_data_collector() if [[ $b_run_xiin == 'true' ]];then echo $Line echo "Running $xiin_file tool now on /sys..." - echo "Using Python version:" && + echo "Using Python version:" && python --version python --version &> $debug_data_dir/python-version.txt python ./$xiin_file -d /sys -f $xiin_data_file if [[ $? -ne 0 ]];then