From 7cd85e97794963daad4b58f8b89e89b3d2ac741d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20O=C5=BCarowski?= <piotr@debian.org>
Date: Sat, 8 Oct 2011 17:15:46 +0200
Subject: [PATCH] typo fixed

---
 dh_python2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dh_python2 b/dh_python2
index 04b5052..fb080c2 100755
--- a/dh_python2
+++ b/dh_python2
@@ -632,7 +632,7 @@ def main():
                 shebangs = list(v for i, v in details.get('shebangs', []) if v)
                 if not options.ignore_shebangs and len(shebangs) == 1:
                     # only one version from shebang
-                    args += "-V %s" % vrepr(shebangs[0])
+                    args += " -V %s" % vrepr(shebangs[0])
                 elif options.vrange and options.vrange != (None, None):
                     args += " -V %s" % vrange_str(options.vrange)
             elif False in ext_for:
-- 
GitLab