Details

    • Technical task
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 11.0.0
    • None
    • Platform Debian
    • None

    Description

      Only reason to have AWK installed with Debian server package is

      scripts/mysql_install_db.sh

      It contains

      echo "$resolved" | awk '/ /{print $6}
      

      which can be turned to

      echo "$resolved" | while read a ; do echo ${a##* } ; done
      

      which should be Bash, Dash and Zsh compliant

      Attachments

        Activity

          illuusio Tuukka Pasanen created issue -
          illuusio Tuukka Pasanen made changes -
          Field Original Value New Value
          Assignee Tuukka Pasanen [ JIRAUSER49166 ]
          illuusio Tuukka Pasanen made changes -
          Parent MDEV-28284 [ 109718 ]
          Issue Type Bug [ 1 ] Technical task [ 7 ]
          illuusio Tuukka Pasanen made changes -
          Fix Version/s N/A [ 14700 ]
          illuusio Tuukka Pasanen made changes -
          Fix Version/s 11.0.2 [ 28706 ]
          Fix Version/s N/A [ 14700 ]

          PR merged

          illuusio Tuukka Pasanen added a comment - PR merged
          illuusio Tuukka Pasanen made changes -
          Resolution Fixed [ 1 ]
          Status Open [ 1 ] Closed [ 6 ]
          illuusio Tuukka Pasanen made changes -
          Fix Version/s 11.0 [ 28320 ]
          Fix Version/s 11.0.2 [ 28706 ]
          julien.fritsch Julien Fritsch made changes -
          Fix Version/s 11.0(EOL) [ 28320 ]

          People

            illuusio Tuukka Pasanen
            illuusio Tuukka Pasanen
            Votes:
            0 Vote for this issue
            Watchers:
            1 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.