Details

    • Technical task
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 11.0.0
    • 11.0
    • 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

          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.