mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
10 lines
212 B
Bash
10 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 $@
|
||
|
|