Why does the "tcsh" behavior changed for Red Hat Enterprise Linux 6.8 ?

Solution Verified - Updated -

Issue

  • The updated tcsh-6.17-35.el6.x86_64 in RHEL-6.8 does not behaves like the RHEL 6.7 version (tcsh-6.17-25.el6_6.x86_64)
  • There seems to be differences in more ways than one, below can be the easier to reproduce :
Using tcsh-6.17-25
$> set myvar = `\echo "1 2 3"`
$> echo ${myvar}
1 2 3
$> echo ${myvar[1]}
1
$> echo ${myvar[2]}
2

Using tcsh-6.17-35
~]$ set myvar = `\echo "1 2 3"`
~]$ echo {$myvar}
1 2 3
~]$ echo ${myvar[1]}
1 2 3
~]$ echo ${myvar[2]}
myvar: Subscript out of range.

Environment

  • Red Hat Enterprise Linux 6.8

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content