Actually checked for mutt this time.

This commit is contained in:
Storm Dragon 2016-07-15 10:38:25 -04:00
parent 6deb05c1a5
commit 6d246a536a

View File

@ -14,7 +14,7 @@ check_dependancies()
{
local dep
for dep in gpg mutt ; do
if ! command -v gpg &> /dev/null ; then
if ! command -v $dep &> /dev/null ; then
echo "$dep is not installed. Please install $dep and run this script again."
exit 1
fi