slackbuilds_ponce/system/pdksh/doinst.sh
2010-05-13 01:01:03 +02:00

5 lines
89 B
Bash

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