Skip to content

Commit

Permalink
commit 13470c0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bashofmann committed Nov 26, 2020
1 parent 040e08c commit b92fdab
Showing 1 changed file with 0 additions and 0 deletions.
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit b92fdab

Please sign in to comment.