We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec268de + d0f45f3 commit cedb458Copy full SHA for cedb458
scripts/helpers.sh
@@ -66,6 +66,8 @@ tmux-is-at-least() {
66
for ((i=0; i<${#tver[@]}; i++)); do
67
if ((10#${tver[i]} < 10#${wver[i]})); then
68
return 1
69
+ elif ((10#${tver[i]} > 10#${wver[i]})); then
70
+ return 0
71
fi
72
done
73
return 0
0 commit comments