Unzip should not ask any questions.

This commit is contained in:
Tomeu Vizoso 2007-11-02 18:37:57 +01:00
parent 72d021b9b4
commit 39aca0154d

View File

@ -115,7 +115,7 @@ class Bundle:
# Windows/UNIX mappings, extension attributes, deprecated
# features, etc makes it impractical.
# FIXME: use manifest
if os.spawnlp(os.P_WAIT, 'unzip', 'unzip', self._path,
if os.spawnlp(os.P_WAIT, 'unzip', 'unzip', '-o', self._path,
'-x', 'mimetype', '-d', install_dir):
raise ZipExtractException