aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-05-21 16:59:28 +0200
committerGuido Günther <agx@sigxcpu.org>2013-05-21 16:59:28 +0200
commit97de5049bfabf16c4510148f51bc253178b5de3c (patch)
tree300c25367a925f146047217d09e72df6b525943e
parent0fa3c86f14e30690012db7b6d80f0b06f33660ff (diff)
Remove duplicate detect_distro call
-rwxr-xr-xwhatmaps2
1 files changed, 0 insertions, 2 deletions
diff --git a/whatmaps b/whatmaps
index 8c4964b..cbece71 100755
--- a/whatmaps
+++ b/whatmaps
@@ -461,8 +461,6 @@ def write_cmd_file(services, cmd_file, distro):
def main(argv):
shared_objects = []
- distro = detect_distro()
-
parser = OptionParser(usage='%prog [options] pkg1 [pkg2 pkg3 pkg4]')
parser.add_option("--debug", action="store_true", dest="debug",
default=False, help="enable debug output")