Removed obsolete aspect hack.
[profile.git] / opt / bin / ktmux
index 9d88576..9545c36 100755 (executable)
@@ -18,7 +18,7 @@ session_opts=
 while getopts ":I:L:R:T:n:s:t:" opt; do
   case $opt in
     I|L|R) helper_opts="$helper_opts -$opt $OPTARG";;
-    T) tmux="$OPTARG";;
+    T) tmux="$OPTARG"; helper_opts="$helper_opts -$opt $OPTARG";;
     n|s|t) session_opts="$session_opts -$opt $OPTARG";;
   esac
 done