]> git.saurik.com Git - apt.git/blobdiff - methods/http.cc
trigger the usage of the fallback code for kfreebsd also in the
[apt.git] / methods / http.cc
index c8e6f1b7b51903e35aa818f990b05d4d3377bee0..acf25a42a06b4eb11c222ea4e3d4fa1c99bc6fc0 100644 (file)
@@ -758,7 +758,7 @@ void HttpMethod::SendReq(FetchItem *Itm,CircleBuf &Out)
           Base64Encode(Uri.User + ":" + Uri.Password) + "\r\n";
    }
    Req += "User-Agent: " + _config->Find("Acquire::http::User-Agent",
-               "Debian APT-HTTP/1.3 ("PACKAGE_VERSION")") + "\r\n\r\n";
+               "Debian APT-HTTP/1.3 (" PACKAGE_VERSION ")") + "\r\n\r\n";
    
    if (Debug == true)
       cerr << Req << endl;