Bug #1191
+ The 'execute' command should not be considered a 'write' command.
This commit is contained in:
@@ -40,8 +40,8 @@ CmdExec::CmdExec ()
|
||||
_keyword = "execute";
|
||||
_usage = "task execute <external command>";
|
||||
_description = STRING_CMD_EXEC_USAGE;
|
||||
_read_only = false;
|
||||
_displays_id = true;
|
||||
_read_only = true;
|
||||
_displays_id = false;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user