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 committed by Jorge Bucaran
parent 1376b529d1
commit e780e66edb

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