[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/tcsh/tcsh.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] C shell with file name completion and command line editing [T] Tcsh is a version of the Berkeley C-Shell, with the addition of: a command [T] line editor, command and file name completion, listing, etc. and a bunch of [T] small additions to the shell itself. [A] William Joy and many others [M] Rene Rebe [C] extra/shell [F] CROSS [L] OpenSource [S] Stable [V] 6.24.15 [P] X -----5---9 106.700 [D] e9ed1b5e62efe9fdd3ed9dd5e2bb76e893b9ca40d40670510886fb18 tcsh-6.24.15.tar.gz https://astron.com/pub/tcsh/ fix_usrbin_bin() { if [ -f $root/usr/bin/tcsh ]; then mv -vf $root/usr/bin/tcsh $root/bin/tcsh ln -sf $root/bin/tcsh $root/bin/csh fi } hook_add postmake 5 "fix_usrbin_bin" makeinstopt="$makeinstopt install.man"