scripts/dtrx

branch
trunk
changeset 83
cb56c72f3d42
parent 82
6db35db38795
child 84
d78d63cb4c4e
--- a/scripts/dtrx	Wed Jul 23 12:01:58 2008 -0400
+++ b/scripts/dtrx	Wed Jul 23 12:15:45 2008 -0400
@@ -343,7 +343,7 @@
     file_type = 'cpio file'
     extract_pipe = ['cpio', '-i', '--make-directories', '--quiet',
                    '--no-absolute-filenames']
-    list_pipe = ['cpio', '-t']
+    list_pipe = ['cpio', '-t', '--quiet']
 
 
 class RPMExtractor(CpioExtractor):

mercurial