slackbuilds_ponce/system/ksh-openbsd/doinst.sh
Willy Sudiarto Raharjo 3a4c44101c
system/ksh-openbsd: Updated for version 20180115.
This reverts commit 06a99f4aa1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-02-10 20:50:26 +07:00

3 lines
87 B
Bash

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