slackbuilds_ponce/system/mksh/doinst.sh

4 lines
78 B
Bash
Raw Normal View History

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