Squashed 'gitstatus/' changes from ec9c39499..830aaa999

830aaa999 try wget without --no-config if it fails with

git-subtree-dir: gitstatus
git-subtree-split: 830aaa99976c0f5addedf336414f9bf82e2699d6
pull/829/head
Roman Perepelitsa 4 years ago
parent 54c9822834
commit b93f9663c5

@ -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

Loading…
Cancel
Save