Author: Bastian Hofmann <mail@bastianhofmann.de>
Date:   Thu Nov 26 12:25:30 2020 +0100

    Fix install.sh script if curl is not present (#414)

    At least with bash 5.0.18, GNU Wget 1.20.3 and GNU Awk 5.1.0 the wget installation methods fails because the awk regex does not match the location header. In these versions, instead of `/^  Location:...` it must be `/^Location:...`. In order to retain compatibility with other versions having a different behavior, I changed it to `/^\s*Location:...`.

    Signed-off-by: Bastian Hofmann <bashofmann@gmail.com>
pull/667/head
bashofmann 4 years ago
parent 040e08c861
commit b92fdabaeb
  1. BIN
      sitemap.xml.gz

Binary file not shown.
Loading…
Cancel
Save