diff --git a/libexec/tmuxifier-init b/libexec/tmuxifier-init index a467bea..7f676c0 100755 --- a/libexec/tmuxifier-init +++ b/libexec/tmuxifier-init @@ -4,7 +4,7 @@ set -e # Set shell to first argument that is not "-", "-h" or "--help". for arg in "$@"; do - if [ "$arg" != "-" ] &&[ "$arg" != "-h" ] && [ "$arg" != "--help" ]; then + if [ "$arg" != "-" ] && [ "$arg" != "-h" ] && [ "$arg" != "--help" ]; then shell="$arg" fi done