]> git.donarmstrong.com Git - biopieces.git/blobdiff - code_ruby/lib/maasha/filesys.rb
removed debug message
[biopieces.git] / code_ruby / lib / maasha / filesys.rb
index ff5c4eff0f538ba7a7201179121f063c2bdb5124..02a8a842f1157a9824052c589795c1630580ff90 100644 (file)
@@ -58,9 +58,8 @@ class Filesys
       if file == '-'
         ios = STDIN
       else
-        case `file -L #{file}`
+        case `file -Lk #{file}`
         when /gzip/
-          puts "GZIP"
           ios = IO.popen("gzip -cd #{file}", :external_encoding=>"EUC-JP")
         when /bzip/
           ios = IO.popen("bzcat #{file}")