Log some errors in plugins

This commit is contained in:
Simon Gomizelj 2011-12-01 01:09:48 -05:00
commit 2836d2c365
3 changed files with 5 additions and 0 deletions

View file

@ -20,4 +20,6 @@ if (( $+commands[pkgfile] )); then
echo "The command \"$1\" can be found in the following packages:"
for p in $pkg; echo " $p"
}
else
omz_log_msg "notfound: plugin requires pkgtools"
fi