# HG changeset patch # User Jeff Hammel # Date 1376184887 25200 # Node ID 35f3730870e7ff3bf6bee63337836d599e8ad666 # Parent 66c2a17d8424e7b0df6c8e61bec8eb940058bc40 python/setup_repo.py diff -r 66c2a17d8424 -r 35f3730870e7 python/setup_repo.py --- a/python/setup_repo.py Sat Aug 10 18:34:31 2013 -0700 +++ b/python/setup_repo.py Sat Aug 10 18:34:47 2013 -0700 @@ -31,8 +31,7 @@ if isinstance(command, string): command_str = command else: - if len(command) == 1: - command_str = subprocess.list2cmdline(command) + command_str = subprocess.list2cmdline(command) print 'Running:\n%s' % (command_str) if globals()['dry_run']: