From c23af83df2dcf6f6e4cb96978e45719f82efce85 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 25 Apr 2012 00:25:45 +0100 Subject: [PATCH] For sanity's sake --- bin/tmuxifier | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tmuxifier b/bin/tmuxifier index 7628ecf..624e0f9 100755 --- a/bin/tmuxifier +++ b/bin/tmuxifier @@ -27,7 +27,7 @@ case "$command" in command_path="$(command -v "tmuxifier-$command" || true)" # Attempt to resolve aliases - if [ -z $command_path ]; then + if [ -z "$command_path" ]; then resolved="$(tmuxifier-alias "$command")" if [ ! -z "$resolved" ]; then command_path="$(command -v "tmuxifier-$resolved" || true)"