Changed comments from tcsh to TCSH.

This commit is contained in:
2014-02-02 01:51:53 -05:00
parent 1c7ba97e8e
commit dede1254ba

6
tcshrc
View File

@ -30,7 +30,7 @@ if( $?tcsh ) then
else else
# As we develop support for C++sh, we'll need this # As we develop support for C++sh, we'll need this
if( !$?cxxsh ) then if( !$?cxxsh ) then
echo "What! We're not even in tcsh or something compatible, like C++sh!!!" echo "What! We're not even in TCSH or something compatible, like C++sh!!!"
endif endif
endif endif
@ -43,7 +43,7 @@ set padhour
if( $?CSHENV_DEBUG ) then if( $?CSHENV_DEBUG ) then
echo "Tcsh Featureset probed..." echo "TCSH Featureset probed..."
endif endif
@ -59,7 +59,7 @@ source \!:1 \\
endif"' endif"'
if( $?CSHENV_DEBUG ) then if( $?CSHENV_DEBUG ) then
echo "Tcsh safe-source alias constructed..." echo "TCSH safe-source alias constructed..."
endif endif