bug fix to inxi, forgot to remove a debugger

This commit is contained in:
inxi-svn 2014-08-13 03:44:21 +00:00
parent bdecf1f08c
commit 54aef688bb

2
inxi
View file

@ -6239,7 +6239,7 @@ get_machine_data()
fi fi
fi fi
fi fi
echo $array_string # echo $array_string
IFS=',' IFS=','
A_MACHINE_DATA=( $array_string ) A_MACHINE_DATA=( $array_string )
IFS="$ORIGINAL_IFS" IFS="$ORIGINAL_IFS"