slackbuilds_ponce/system/sash/doinst.sh

6 lines
115 B
Bash
Raw Normal View History

2010-05-11 20:02:07 +02:00
# Add sash to the shells if not there
if ! grep -q "/sash$" etc/shells ; then
echo "/bin/sash" >> etc/shells
fi