mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
9 lines
207 B
Bash
9 lines
207 B
Bash
#!/bin/sh
|
|
|
|
echo "WARNING: you should be calling ksh with /bin/ksh,"
|
|
echo "not with /usr/bin/ksh. Please execute chsh to fix"
|
|
echo "this. Legacy /usr/bin/ksh support will go away!"
|
|
echo ""
|
|
|
|
exec /bin/ksh $@
|
|
|