Revision 8933
Added by Aaron Marcuse-Kubitza over 11 years ago
schemas/VegCore/VegCore.ERD.mwb.run | ||
---|---|---|
36 | 36 |
export_ () |
37 | 37 |
{ |
38 | 38 |
echo_func |
39 |
(cd "$top_dir" |
|
40 |
unzip_newer "$archive_filename" document.mwb.xml) |
|
39 |
(cd "$top_dir"; unzip_newer "$archive_filename" document.mwb.xml) |
|
41 | 40 |
export_mysql |
42 | 41 |
export_postgres |
43 | 42 |
} |
... | ... | |
45 | 44 |
import () |
46 | 45 |
{ |
47 | 46 |
echo_func |
48 |
(cd "$top_dir" |
|
49 |
zip_newer "$archive_filename" document.mwb.xml) |
|
47 |
(cd "$top_dir"; zip_newer "$archive_filename" document.mwb.xml) |
|
50 | 48 |
} |
51 | 49 |
|
52 | 50 |
sync () |
Also available in: Unified diff
schemas/VegCore/VegCore.ERD.mwb.run: put zip_newer/unzip_newer on the same line as the `cd "$top_dir"`