Really fix the tmux version parse for real this time

This commit is contained in:
Gio d'Amelio 2018-10-17 00:55:20 -07:00
parent 9b73a32745
commit 7cb0383829
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ function perform_health_check() {
local healthy=1
# BASH_VERSION is a global
local TMUX_VERSION=$(tmux -V | grep -Eio "([0-9]+(\.[0-9]))(?:-rc)?$")
local TMUX_VERSION=$(tmux -V | grep -Eio "([0-9]+(\.[0-9]))(?:-rc)?")
local GAWK_VERSION=""
if [[ $(program_exists "gawk") = "1" ]]; then