slackbuilds_ponce/system/sash/doinst.sh
2010-05-11 20:02:07 +02:00

7 lines
126 B
Bash

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