summaryrefslogtreecommitdiffstats
path: root/source/a/tcsh/doinst.sh
blob: 00c81536c6469d02ec072198768eeef5e068ef12 (plain) (blame)
1
2
3
4
if ! grep -q tcsh etc/shells 2> /dev/null ; then
 echo "/bin/tcsh" >> etc/shells
 echo "/bin/csh" >> etc/shells
fi