PKGBUILDs/extra/tcsh/usr_csh.sh

10 lines
207 B
Bash
Raw Normal View History

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