+sources.redhat.com translation.
authorjkratoch <>
Tue, 29 Sep 2009 15:22:05 +0000 (15:22 +0000)
committerjkratoch <>
Tue, 29 Sep 2009 15:22:05 +0000 (15:22 +0000)
bin/changelogget

index e75591a..e71f02b 100755 (executable)
@@ -8,6 +8,9 @@ if [ "$1" = "-n" ];then
 fi
 for arg in "$@";do
        # http://sourceware.org/ml/gdb-cvs/2099-99/msg99999.html
 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"
        if [ "$arg" != "${arg#http://sourceware.org/ml/}" -a "$arg" != "${arg%.html}" ];then
                echo >&2 -n '*'
                echo "$arg"