slackbuilds_ponce/system/ksh-openbsd/doinst.sh

4 lines
87 B
Bash
Raw Normal View History

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