Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-32815

managed shell scripts should call trim() on shebang path

XMLWordPrintable

      The shebang "#! /bin/bash -eux" currently fails because there is a space between the shebang and the path. Spaces are permitted per: https://en.wikipedia.org/wiki/Shebang_%28Unix%29#Magic_number

      This is common enough that the plugin should support it. Please call trim() on the path or remove initial whitespace

            domi Dominik Bartholdi
            bondolo Mike Duigou
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: