Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-23697

not valid shebang

    XMLWordPrintable

Details

    Description

      Commit
      mtr: use env for perl (37c88445e30d52c965bcb19b19fa710c3eb4fad9) has a error.
      Several files have more 2 parts in shebang.
      Shebang should contain 1 or 2 parts. Not 3 or more.

      #!/usr/bin/perl
      

      – valid

      #!/usr/bin/perl -w
      

      – valid

      #!/usr/bin/env perl
      

      – valid

      #!/usr/bin/env perl -w
      

      – not valid

      Attachments

        Activity

          People

            danblack Daniel Black
            shaba Alexey Shabalin
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.