slackbuilds_ponce/system/sash/doinst.sh
2010-05-13 00:41:45 +02:00

5 lines
115 B
Bash

# Add sash to the shells if not there
if ! grep -q "/sash$" etc/shells ; then
echo "/bin/sash" >> etc/shells
fi