You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jason Dillon (JIRA)" <ji...@apache.org> on 2007/11/08 00:31:51 UTC

[jira] Updated: (GSHELL-20) `set foo="bar"` does not work as expected

     [ https://issues.apache.org/jira/browse/GSHELL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Dillon updated GSHELL-20:
-------------------------------

    Assignee:     (was: Jason Dillon)

> `set foo="bar"` does not work as expected
> -----------------------------------------
>
>                 Key: GSHELL-20
>                 URL: https://issues.apache.org/jira/browse/GSHELL-20
>             Project: GShell
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Commands, Core
>    Affects Versions: 0.0.1
>            Reporter: Jason Dillon
>            Priority: Critical
>             Fix For: 1.0-alpha-1
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.