diff options
-rw-r--r-- | 256term.csh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |