Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
abi: really fix on arm64
Baptiste Daroussin committed 3 months ago
commit 9b6381d0bb2e3833cba4389c64b45bd5d2a13e24
parent 8d9abfb
1 file changed +1 -2
modified tests/frontend/abi.sh
@@ -28,8 +28,7 @@ native_body() {
		FreeBSD)
			version=$(freebsd-version -u | cut -d. -f1)
			thisarch=$(echo "${thisarch}" | sed s/x86_64/amd64/)
-
			thisabi=$(echo "${thisarch}" | sed s/amd64/x86:64/)
-
			thisabi=$(echo "${thisarch}" | sed s/amd64/aarch64:64/)
+
			thisabi=$(echo "${thisarch}" | sed 's/amd64/x86:64/; s/aarch64/aarch64:64/')
			;;
		*)
			version=$(uname -r | cut -d. -f1)