From: Zac Medico Date: Fri, 12 Jan 2007 09:57:16 +0000 (-0000) Subject: Fix a typo. X-Git-Tag: v2.1.2~26 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bb3df52fc7a229ec33c2c6b05a2142fb76bb62ef;p=portage.git Fix a typo. svn path=/main/trunk/; revision=5605 --- 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'])