On Wed, Mar 02, 2016 at 04:40:46PM -0500, Lance Richardson wrote:
> As documented, the as() function should only create a subshell
> to execute the provided command when a command is present. Correct
> the implementation to check for the presence of the command parameter
> instead of the sandbox na
As documented, the as() function should only create a subshell
to execute the provided command when a command is present. Correct
the implementation to check for the presence of the command parameter
instead of the sandbox name (which is always present in current
usage).
Signed-off-by: Lance Richa