You get an error when running in zsh, informing you that it can't set a read-only variable (`$status`). Apparently `$status` is a reserved variable in zsh. We should use a better variable name anyway.