Custom Action: Quotes in Parameters: Everything gets quoted

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Low
    • None
    • Affects Version/s: 2.7.6
    • Component/s: None
    • None
    • Environment:

      Standalone
      macOS  10.13.6

    • Severity 3 - Minor

      As soon as Parameters contains a quote mark ", the entire content of Parameters gets surrounded by quotes.

      To reproduce:

      1. Create a Custom Action:
        Show Full Output ✓ Yes
        Script to run:  sh
        Parameters: -c "echo Hi"
      1. Execute the Custom Action

      It executes 

      sh "-c "echo Hi""

      Expected it to execute 

      sh -c "echo Hi"

       

      Possibly related to https://jira.atlassian.com/browse/SRCTREE-1158 

            Assignee:
            Unassigned
            Reporter:
            Håkan Canberger
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: