From 7fca13547c8193667b5be0d79c480b7a25f5a61b Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Thu, 11 Jul 2013 09:37:54 +0200 Subject: 256term.csh: remove quotes around variable (#979796) --- 256term.csh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '256term.csh') diff --git a/256term.csh b/256term.csh index 91547d0f..c3825687 100644 --- a/256term.csh +++ b/256term.csh @@ -18,7 +18,7 @@ if ($?TERM && ($local256 || $?SEND_256_COLORS_TO_REMOTE)) then endsw if ($?TERMCAP && ($TERM == "screen-256color")) then - setenv TERMCAP `echo "$TERMCAP" | sed -e 's/Co#8/Co#256/g'` + setenv TERMCAP `echo $TERMCAP | sed -e 's/Co#8/Co#256/g'` endif endif -- cgit v1.2.1