Uploaded image for project: 'GShell'
  1. GShell
  2. GSHELL-20

`set foo="bar"` does not work as expected

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 1.0-alpha-1
    • 1.0-alpha-1
    • Commands
    • Security Level: public (Regular issues)
    • None

    Description

      Due to the way parsing happens, this line:

      set foo="bar"
      

      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"

      Attachments

        1. GShell-20SingleQuote.patch
          2 kB
          Jason Warner
        2. GShell-20.patch
          1 kB
          Jason Warner

        Activity

          People

            jdillon Jason Dillon
            jdillon Jason Dillon
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: