mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
aa23356ee8
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
3 lines
78 B
Bash
3 lines
78 B
Bash
if ! grep -q '/bin/mksh' etc/shells ; then
|
|
echo "/bin/mksh" >> etc/shells
|
|
fi
|