Skip to content

Commit 1e25591

Browse files
tgross35asomers
andauthored
Update ci/verify-build.sh
Co-authored-by: Alan Somers <[email protected]>
1 parent 7015c77 commit 1e25591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/verify-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ test_target() {
7676
nightly-*freebsd*) do_freebsd_checks=1 ;;
7777
esac
7878

79-
if [ "${do_freebsd_checks:-}" = "1" ]; then
79+
if [ -n "$do_freebsd_checks" ]; then
8080
for version in $freebsd_versions; do
8181
export RUST_LIBC_UNSTABLE_FREEBSD_VERSION="$version"
8282
$cmd

0 commit comments

Comments
 (0)