zolrath / wemux

Multi-User Tmux Made Easy
MIT License
3.63k stars 139 forks source link

Fix user group detection #45

Closed thefotios closed 9 years ago

thefotios commented 9 years ago

There was a slight error in #43 with how it searched the groups. This caused the script to not detect groups at the beginning or end of the list due to whitespace matches.

I have a PR inbound that fixes this by using a regex instead.

zolrath commented 9 years ago

Good catch! I'll tag a new release soon, have a bit of man page/readme updating to do!