]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- cleanup
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 2 May 2005 21:48:09 +0000 (21:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pldnotify.awk -> 1.49

pldnotify.awk

index cfb6f78f2f325cd46e9cd6d1a35071d005252acb..10e317d8c36e88b8f5b5af570752be93d153a17e 100644 (file)
@@ -145,8 +145,6 @@ function get_links(url,     errno,link,oneline,retval,odp,tmpfile) {
 
        if (url ~ /^http:\/\/dl.sourceforge.net\//) {
                p = substr(url, 1 + length("http://dl.sourceforge.net/"))
-               s1 = substr(p, 1, 1)
-               s2 = substr(p, 1, 2)
                url = "http://prdownloads.sourceforge.net/" substr(p, 1, 1) "/" substr(p, 1, 2) "/" p
                if (DEBUG) print "sf url, mungled url to: " url
        }
This page took 0.053808 seconds and 4 git commands to generate.