commit db333fec47c7cb9846e98f8147da8d04bab5cc72 parent f368f9bb722a13a211af99e7adbfead6cff05176 Author: Daniel Moch <daniel@danielmoch.com> Date: Sun, 4 Feb 2018 15:22:35 -0500 tmux-session: Correct to Posix syntax Diffstat:
M | .local/bin/tmux-session | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/tmux-session b/.local/bin/tmux-session @@ -1,5 +1,5 @@ #!/bin/sh -if [ "$1" == "-r" ] +if [ "$1" = "-r" ] then for line in `tmux list-sessions -F "#S"` do