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