diff --git a/projects/mpv.io/package.yml b/projects/mpv.io/package.yml index de9a1aec..04897132 100644 --- a/projects/mpv.io/package.yml +++ b/projects/mpv.io/package.yml @@ -81,7 +81,7 @@ test: # the swift bits rely on a lib not available on macOS 11; we've seen this before. # no point in holding it out just for that, though - run: | - if test "$(sw_vers --productVersion | cut -d . -f 1)" -lt 12; then + if test "$(sw_vers -productVersion | cut -d . -f 1)" -lt 12; then exit 0 fi if: darwin