Changeset 206


Ignore:
Timestamp:
08/18/15 20:50:59 (9 years ago)
Author:
kdeugau
Message:

/trunk

Add q that escaped from the emailed patch to unpack .zip files for -t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debbuild

    r205 r206  
    392392  if ($tarball =~ /\.zip$/) {
    393393    # .zip files are not really tarballs
    394     $unpackcmd .= "/usr/bin/unzip -boa $tarball";
     394    $unpackcmd .= "/usr/bin/unzip -boaq $tarball";
    395395  } elsif ($tarball =~ /\.tar$/) {
    396396    # plain .tar files don't need to be uncompressed
Note: See TracChangeset for help on using the changeset viewer.