summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/dispatch-conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dispatch-conf b/bin/dispatch-conf
index 28a2a36c2..3033f1649 100755
--- a/bin/dispatch-conf
+++ b/bin/dispatch-conf
@@ -362,6 +362,6 @@ d = dispatch ()
if len(sys.argv) > 1:
# for testing
- d.grind (" ".join( (sys.argv [1:]))
+ d.grind (" ".join(sys.argv[1:]))
else:
d.grind (portage.settings ['CONFIG_PROTECT'])