Revision 8657
Added by Aaron Marcuse-Kubitza over 11 years ago
schemas/VegCore/VegCore.ERD.mwb.run | ||
---|---|---|
10 | 10 |
{ |
11 | 11 |
echo_func "$@" |
12 | 12 |
(cd "$top_dir" |
13 |
echo_run unzip -u "$archive_filename" document.mwb.xml) |
|
13 |
echo_run unzip -u -o "$archive_filename" document.mwb.xml)
|
|
14 | 14 |
} |
15 | 15 |
|
16 | 16 |
import () |
Also available in: Unified diff
schemas/VegCore/VegCore.ERD.mwb.run: export_ (): always overwrite existing files. this option is safe, because -u only extracts files with a newer mtime than their copies on disk.