mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
1a30de88fe
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
3 lines
87 B
Bash
3 lines
87 B
Bash
if ! grep -q '/bin/pdksh' etc/shells ; then
|
|
printf "/bin/pdksh\n" >> etc/shells ;
|
|
fi
|