scripts: check-image-compatibility.sh: fix variable name typo
Fix liness to lines Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>
This commit is contained in:
parent
c1206b604e
commit
82cac6f6ad
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ out=`fdisk -l ${dest_file} --bytes | grep -i -A ${nr_partitions} 'Device' | tai
|
|||
IFS='
|
||||
'
|
||||
i=0
|
||||
declare -A liness
|
||||
declare -A lines
|
||||
for x in $out ; do
|
||||
lines[$i]=$x
|
||||
i=$((i+1))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue