diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-06-08 11:52:47 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-06-08 11:52:47 +0300 |
commit | b93f9663c5e4e9d914c4389fc405bc7ec7382b57 (patch) | |
tree | 8aa9bdd3719d8013c328cf18ad1fbcfba7924159 | |
parent | 54c98228342043612ea83eaaf13ac13659c26295 (diff) |
Squashed 'gitstatus/' changes from ec9c39499..830aaa999
830aaa999 try wget without --no-config if it fails with
git-subtree-dir: gitstatus
git-subtree-split: 830aaa99976c0f5addedf336414f9bf82e2699d6
-rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -294,7 +294,7 @@ END fi fi local cmd part url ret - for cmd in 'curl -q -fsSL' 'wget --no-config -qO-'; do + for cmd in 'curl -q -fsSL' 'wget --no-config -qO-' 'wget -qO-' 'curl -fsSL'; do part=0 while true; do if [ "$part" = 2 ]; then |