Add the current command to the command information
authorDean Glazeski <dnglaze@gmail.com>
Sat, 2 Jan 2010 01:58:38 +0000 (19:58 -0600)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Sat, 2 Jan 2010 09:50:57 +0000 (01:50 -0800)
commitbe01786186951b42d8aa8b8968ac1615e080a9c7
tree5bef06d51af9e0ed68da02ab78467393c4f9ec8f
parent668f20d0abc22765dda6dd5d094eb79bea321ace
Add the current command to the command information

I wanted to make it so I can be ignorant of a commands invocation string, so
I tried to use CMD_CURRENT (aka cmd->current) which is supposed to house a
pointer to the current command.  It turns out that this wasn't being set.

This patch adds the current command structure to the command invocation
structure before sending it along to the command handler.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/helper/command.c