aboutsummaryrefslogtreecommitdiff
path: root/Mk/Scripts/rust-compat11-canary.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Mk/Scripts/rust-compat11-canary.sh')
-rw-r--r--Mk/Scripts/rust-compat11-canary.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/rust-compat11-canary.sh b/Mk/Scripts/rust-compat11-canary.sh
index ccc158cba664..64cd3dc2104c 100644
--- a/Mk/Scripts/rust-compat11-canary.sh
+++ b/Mk/Scripts/rust-compat11-canary.sh
@@ -3,7 +3,7 @@
set -eu
set -o pipefail
-if [ "${OPSYS}" != FreeBSD ] || [ "${OSVERSION}" -lt 1200000 ]; then
+if [ "${OPSYS}" != FreeBSD ] ; then
exit 0
fi