mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
9 lines
212 B
Bash
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 $@
|
|
|