Use __fisher_plugin_source to evaluate file if class is --source.

This commit is contained in:
Jorge Bucaran 2016-02-04 01:35:16 +09:00
parent 3612582160
commit 96d685ab7d
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -45,7 +45,7 @@ function __fisher_plugin_enable -a plugin path
__fisher_plugin_link $link $source $fisher_config/$target
if test "$class" = --source
source $fisher_config/$target
__fisher_plugin_source $fisher_config/$target
end
end
end