Revision 8660
Added by Aaron Marcuse-Kubitza almost 12 years ago
schemas/VegCore/VegCore.ERD.mwb.run | ||
---|---|---|
10 | 10 |
{ |
11 | 11 |
echo_func "$@" |
12 | 12 |
(cd "$top_dir" |
13 |
echo_run unzip -u -o "$archive_filename" document.mwb.xml)
|
|
13 |
unzip_newer "$archive_filename" document.mwb.xml)
|
|
14 | 14 |
} |
15 | 15 |
|
16 | 16 |
import () |
17 | 17 |
{ |
18 | 18 |
echo_func "$@" |
19 | 19 |
(cd "$top_dir" |
20 |
echo_run zip -u "$archive_filename" document.mwb.xml)
|
|
20 |
zip_newer "$archive_filename" document.mwb.xml)
|
|
21 | 21 |
} |
22 | 22 |
|
23 | 23 |
sync () |
Also available in: Unified diff
schemas/VegCore/VegCore.ERD.mwb.run: use new zip/unzip_newer