slackbuilds_ponce/system/ksh-openbsd/doinst.sh

5 lines
88 B
Bash
Raw Normal View History

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