"exit 1" if package not found

This commit is contained in:
Ian Douglas Scott 2017-04-08 11:43:38 -07:00
parent e0401295af
commit 8b4c56b074
No known key found for this signature in database
GPG Key ID: 4924E10E199B5959

View File

@ -223,6 +223,7 @@ then
done
else
echo "cook.sh: recipe '$1' not found" >&2
exit 1
fi
else
usage "{package}"