Skip to content

Commit

Permalink
Update ci/verify-build.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Somers <[email protected]>
  • Loading branch information
tgross35 and asomers authored Nov 27, 2024
1 parent 7015c77 commit 1e25591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/verify-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ test_target() {
nightly-*freebsd*) do_freebsd_checks=1 ;;
esac

if [ "${do_freebsd_checks:-}" = "1" ]; then
if [ -n "$do_freebsd_checks" ]; then
for version in $freebsd_versions; do
export RUST_LIBC_UNSTABLE_FREEBSD_VERSION="$version"
$cmd
Expand Down

0 comments on commit 1e25591

Please sign in to comment.