slackbuilds_ponce/system/pdksh/doinst.sh

6 lines
89 B
Bash
Raw Normal View History

2010-05-13 01:01:03 +02:00
if ! grep -q '/bin/pdksh' etc/shells ; then
printf "/bin/pdksh\n" >> etc/shells ;
fi