From: Jan Kratochvil Date: Mon, 5 Feb 2018 15:51:00 +0000 (+0100) Subject: bin/changelogget: https->http X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=ffc1d51f837daab1940379eb17e7c2b165c3d998 bin/changelogget: https->http --- diff --git a/bin/changelogget b/bin/changelogget index d621915..578f1d5 100755 --- a/bin/changelogget +++ b/bin/changelogget @@ -21,6 +21,7 @@ function formatpatch if [ "$*" = "-f" ];then formatpatch else for arg in "$@";do + arg="$(echo "$arg"|sed 's/^https:/http:/')" # http://sourceware.org/ml/gdb-cvs/2099-99/msg99999.html if [ "$arg" != "${arg#http://sources.redhat.com/}" ];then arg="http://sourceware.org/${arg#http://sources.redhat.com/}"