summaryrefslogtreecommitdiffstats
path: root/system/sash/doinst.sh
blob: 04f7d604cd9e4ccc51d802cc88dff8d9566c5471 (plain)
# Add sash to the shells if not there
if ! grep -q "/sash$" etc/shells ; then
  echo "/bin/sash" >> etc/shells
fi