I (possibly foolishly) build tmux from source.
Late updates of tmuxp do a version check has_required_tmux_version() that throws an exception.
I'm pretty sure this because with the source tmux -V in my environment returns tmux master with no version number.
I can work around this by commenting out the call to has_required_tmux_version() and tmuxp runs without issue.
Is there potentially a way to disable the version check?
I (possibly foolishly) build tmux from source.
Late updates of tmuxp do a version check
has_required_tmux_version()that throws an exception.I'm pretty sure this because with the source
tmux -Vin my environment returnstmux masterwith no version number.I can work around this by commenting out the call to
has_required_tmux_version()and tmuxp runs without issue.Is there potentially a way to disable the version check?