Comment 5 for bug 1359170

Revision history for this message
John A Meinel (jameinel) wrote : Re: arguments no longer passed to plugins

The other issue is that on line 67 of plugin.go we do:
 plugin.Init(args)
Which means we are ignoring the fact that environCommandWrapper is returning an error and assuming everything is ok.

Which it *is* ok except we didn't end up initializing the plugin arguments like we thought we were doing.