From 5a0e4c912cb81de97c0b22d6194ebacd5d122b86 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 30 Apr 2012 02:15:22 +0100 Subject: [PATCH] Remove useless piece of code left from "borrowing" it from rbenv --- libexec/tmuxifier-commands | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/tmuxifier-commands b/libexec/tmuxifier-commands index c2b374e..2d06e25 100755 --- a/libexec/tmuxifier-commands +++ b/libexec/tmuxifier-commands @@ -7,7 +7,7 @@ shopt -s nullglob { for path in ${PATH//:/$'\n'}; do for command in "${path}/tmuxifier-"*; do command="${command##*tmuxifier-}" - echo ${command##sh-} + echo "$command" done done } | sort | uniq