Uploaded image for project: 'JITL - JobScheduler Integrated Template Library'
  1. JITL - JobScheduler Integrated Template Library
  2. JITL-310

The parameter command_delimiter has %% as default and is not changed programmatically

    XMLWordPrintable

Details

    • Fix
    • Status: Released (View Workflow)
    • Minor
    • Resolution: Fixed
    • None
    • 1.10.6, 1.11
    • None

    Description

      Current Situation

      • The default value of the command_delimiter parameter is documented as being %%
      • Now, if the parameter command_delimiter is not set then it is changed programatically to ;
      • This affects the command in the command parameter
      • For example the command export test="hallo"; echo $test is executed in two shells because ; is used as command delimiter so that the export of the test variable in the first shell is not effective with the echo in the second shell.
      • if you set the command_delimiter: %% the you get the error from JITL-309

      Desired Behavior

      • The parameter command_delimiter has %% as default and is not changed programatically.

      Attachments

        Issue Links

          Activity

            People

              sp Santiago Aucejo Petzoldt
              oh Oliver Haufe
              Oliver Haufe Oliver Haufe
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: