fix typo
authorSam Hartman <hartmans@painless-security.com>
Fri, 29 Apr 2011 23:23:46 +0000 (19:23 -0400)
committerSam Hartman <hartmans@painless-security.com>
Fri, 29 Apr 2011 23:23:46 +0000 (19:23 -0400)
debian-builder

index 39c72f8..4c36fd7 100755 (executable)
@@ -173,5 +173,5 @@ except CommandError as c:
 finally:
     if tar_file is not None:
         with current_directory(build_place):
-            run_cmd('tar -cf '+tar_file+' *.',
+            run_cmd('tar -cf '+tar_file+' .',
                     shell=True)