oops, hit ctrl-x instead of ctrl-c. Fix. No version bump.

This commit is contained in:
trash80.v2.0 2012-07-02 03:30:41 +00:00
parent 0aef2c518d
commit ba8ed4d8b2

2
inxi
View file

@ -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