arches: fix Check_crossarchitectures param passing

Gbp-Dch: Ignore
This commit is contained in:
Lyndon Brown 2020-05-04 23:19:58 +01:00
parent 8a1bbe0841
commit 7cf7f74bc0

View File

@ -73,5 +73,5 @@ Check_crossarchitectures ()
return
fi
Check_architectures "${CROSS}"
Check_architectures ${CROSS}
}