Project

General

Profile

« Previous | Next » 

Revision 8657

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.

View differences:

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