PKGBUILDs/extra/tcsh/usr_tcsh.sh
2009-10-09 21:23:22 -05:00

9 lines
212 B
Bash

#!/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 $@