]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- ftplink.sh -> ./ftplink.sh
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Tue, 22 Feb 2000 23:58:32 +0000 (23:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pldnotify.awk -> 1.10

pldnotify.awk

index af1eb58ce09f3e770b9e6caeed68e9b69b377f75..8c94ce4e17a791b07322e5aa412ca9614c09ea3d 100644 (file)
@@ -85,7 +85,7 @@ function get_ftp_links(host,dir,port) {
        "mktemp /tmp/XXXXXX" | getline tmpfile
        close("mktemp /tmp/XXXXXX")
        
-       system("export PLIKTMP=\"" tmpfile "\" FTP_DIR=\"" dir "\" FTP_PASS=\"sebek@sith\" FTP_USERNAME=\"anonymous\" FTP_HOST=\"" host "\" ; nc -e \"ftplinks.sh\" " host " " port)
+       system("export PLIKTMP=\"" tmpfile "\" FTP_DIR=\"" dir "\" FTP_PASS=\"sebek@sith\" FTP_USERNAME=\"anonymous\" FTP_HOST=\"" host "\" ; nc -e \"./ftplinks.sh\" " host " " port)
        
        while (getline link < tmpfile)
                retval=(retval " " link)
This page took 0.079335 seconds and 4 git commands to generate.