From: jkratoch <> Date: Tue, 29 Sep 2009 15:22:05 +0000 (+0000) Subject: +sources.redhat.com translation. X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=143f8a426f12b3684e4d28ca4415350c2ee00fdf +sources.redhat.com translation. --- diff --git a/bin/changelogget b/bin/changelogget index e75591a..e71f02b 100755 --- a/bin/changelogget +++ b/bin/changelogget @@ -8,6 +8,9 @@ if [ "$1" = "-n" ];then fi for arg in "$@";do # 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/}" + fi if [ "$arg" != "${arg#http://sourceware.org/ml/}" -a "$arg" != "${arg%.html}" ];then echo >&2 -n '*' echo "$arg"