From: martin f. krafft Date: Fri, 27 Mar 2020 20:52:40 +0000 (+0100) Subject: fix checking for commands X-Git-Url: https://git.madduck.net/etc/tmux.git/commitdiff_plain/6e2532c9967c2b34896052d09339efb869bc6972?ds=sidebyside fix checking for commands --- diff --git a/.bin/mtmux b/.bin/mtmux index 0db35e1..0b85a48 100755 --- a/.bin/mtmux +++ b/.bin/mtmux @@ -65,7 +65,7 @@ if [ -n "${window:-}" ]; then warn "Both -w and -c don't make sense, ignoring -c" cwd= fi - if [ -n "$@" ]; then + if [ -n "$*" ]; then warn "Ignoring commands specified with -w" set -- fi