PKGBUILDs/extra/pdksh/usr_ksh.sh
2009-10-09 21:23:22 -05:00

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 $@