Skip to content
  • Thomas Huth's avatar
    configure: Add a check for the bash version · fc71f7d3
    Thomas Huth authored
    
    
    Our scripts do not work with older versions of the bash, like the
    default Bash 3 from macOS (e.g. we use the "|&" operator which has
    been introduced in Bash 4.0). Add a check to make sure that we use
    at least version 4 to avoid that the users run into problems later.
    
    Message-Id: <20200925143852.227908-1-thuth@redhat.com>
    Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
    fc71f7d3