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