Merge "Fix issue with sort_api.sh" am: f943c52105 am: 66e9d98618
am: 1a73c07ab4
Change-Id: I214977be62710e359839acd25fda1b22d7f043f8
This commit is contained in:
@@ -21,6 +21,6 @@ A=( $(uniq <<< "${A[*]}") )
|
||||
A=( ${C[*]} ${A[*]} )
|
||||
unset IFS
|
||||
# Dump array back into the file
|
||||
if [ ${#A[@]} -neq 0 ]; then
|
||||
if [ ${#A[@]} -ne 0 ]; then
|
||||
printf '%s\n' "${A[@]}" > "$dest_list"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user