christopherkobayashi
christopherkobayashi
With these changes, maestral appears to work on FreeBSD. FreeBSD and macOS use the same file locking semantics (which makes sense, as macOS uses a modified FreeBSD kernel). FreeBSD uses...
Pretty much what it says on the tin -- most of the scripts use /usr/bin/env instead of directly calling /bin/bash, but a not-insignificant few don't, which breaks platforms that don't...
It turns out there was an off-by-one in the record seek logic that fouled up --long decodes. I've also turned on stack backtrace for the parser, so that we can...