From 143f8a426f12b3684e4d28ca4415350c2ee00fdf Mon Sep 17 00:00:00 2001 From: jkratoch <> Date: Tue, 29 Sep 2009 15:22:05 +0000 Subject: [PATCH] +sources.redhat.com translation. --- bin/changelogget | 3 +++ 1 file changed, 3 insertions(+) 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" -- 1.8.3.1