From 7cb0383829d024b46649a46f416b63e299caddc0 Mon Sep 17 00:00:00 2001 From: Gio d'Amelio Date: Wed, 17 Oct 2018 00:55:20 -0700 Subject: [PATCH] Really fix the tmux version parse for real this time --- scripts/health-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/health-check.sh b/scripts/health-check.sh index c3173b0..dacc588 100755 --- a/scripts/health-check.sh +++ b/scripts/health-check.sh @@ -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