]> git.saurik.com Git - apt.git/blobdiff - methods/rsh.cc
refactor plus/minus sources.list option handling
[apt.git] / methods / rsh.cc
index 4d133951f0bd85d8b2e1ffad5544cc76c29b1e2f..74a908ef7f2647e3668e8af6203270fc4c3025f8 100644 (file)
@@ -17,7 +17,6 @@
 #include <apt-pkg/fileutl.h>
 #include <apt-pkg/hashes.h>
 #include <apt-pkg/configuration.h>
-#include <apt-pkg/acquire-method.h>
 #include <apt-pkg/strutl.h>
 
 #include <stdlib.h>
@@ -547,8 +546,5 @@ bool RSHMethod::Fetch(FetchItem *Itm)
 
 int main(int, const char *argv[])
 {
-   setlocale(LC_ALL, "");
-
-   RSHMethod Mth(flNotDir(argv[0]));
-   return Mth.Run();
+   return RSHMethod(flNotDir(argv[0])).Run();
 }