]> git.madduck.net Git - etc/tmux.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

fix checking for commands
authormartin f. krafft <madduck@madduck.net>
Fri, 27 Mar 2020 20:52:40 +0000 (21:52 +0100)
committermartin f. krafft <madduck@madduck.net>
Fri, 27 Mar 2020 20:52:40 +0000 (21:52 +0100)
.bin/mtmux

index 0db35e1f3deaa4fb9676a9fba28b03516d2771c4..0b85a48536607e8cb895c223e70af9a7bff4883d 100755 (executable)
@@ -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