slackbuilds_ponce/system/mksh/doinst.sh
markus reichelt aa23356ee8 system/mksh: Added (MirBSD Korn Shell)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2011-07-21 22:52:14 -05:00

3 lines
78 B
Bash

if ! grep -q '/bin/mksh' etc/shells ; then
echo "/bin/mksh" >> etc/shells
fi