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

9 lines
207 B
Bash

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