changeset 5413:68b4f2900856

bin/gub: Oops, typos. Fixes default --online.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Sun, 26 Jul 2009 23:04:33 +0200
parents a0958b7099d0
children e770776dbf6a
files bin/gub
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/gub	Fri Jul 24 17:17:09 2009 +0200
+++ b/bin/gub	Sun Jul 26 23:04:33 2009 +0200
@@ -107,12 +107,12 @@
 
     p.add_option ('--offline', action='store_true',
                   dest='offline',
-                  default='False',
+                  default=False,
                   help='Do not attempt to download anything')
 
     p.add_option ('--online', action='store_false',
                   dest='offline',
-                  default='False',
+                  default=False,
                   help='Download as part of the build')
 
     def set_stage (option, opt_str, value, parser):