# HG changeset patch # User Edho Arief # Date 1367213264 -32400 # Node ID 4180a94a80af45429d4f855cab3674d4fd537419 # Parent a7e5a165e98177947c64a80573ac0308bf94c06f Add FreeBSD tcsh compatibility. diff -r a7e5a165e981 -r 4180a94a80af setup --- a/setup Fri Mar 08 15:58:25 2013 +0900 +++ b/setup Mon Apr 29 14:27:44 2013 +0900 @@ -42,6 +42,7 @@ uninstall|install) _rc "${1}" "cshrc" ".ecos_tcsh" _init "${1}" 'test -r "${HOME}/.ecos_tcsh" && source "${HOME}/.ecos_tcsh" #ECCORE_TCSH' ".cshrc" + _init "${1}" 'test -r "${HOME}/.ecos_tcsh" && source "${HOME}/.ecos_tcsh" #ECCORE_TCSH' ".tcshrc" ;; esac }