`set foo="bar"` does not work as expected
-----------------------------------------
Key: GSHELL-20
URL: http://issues.apache.org/jira/browse/GSHELL-20
Project: GShell (Sandbox)
Type: Bug
Security: public (Regular issues)
Components: Core, Commands
Versions: 0.0.1
Reporter: Jason Dillon
Assigned to: Jason Dillon
Priority: Critical
Due to the way parsing happens, this line:
{noformat}
set foo="bar"
{noformat}
Ends up calling the command with 2 arguments: "foo=" and "bar", which is not
what the command expects, which is one argument of: "foo=bar"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira