summaryrefslogtreecommitdiffstats
path: root/system/ksh/doinst.sh
blob: 1c7b18bd1833fc0cedc0186aeefcb7c585833348 (plain)
1
2
3
4
5

if ! grep -q '/bin/pdksh' etc/shells ; then
  printf "/bin/pdksh\n" >> etc/shells ;
fi