PKGBUILDs/extra/tcsh/usr_tcsh.sh

10 lines
212 B
Bash
Raw Normal View History

2009-10-10 02:23:22 +00:00
#!/bin/sh
echo "WARNING: you should be calling tcsh with /bin/tcsh,"
echo "not with /usr/bin/tcsh. Please execute chsh to fix"
echo "this. Legacy /usr/bin/tcsh support will go away!"
echo ""
exec /bin/tcsh $@