Project

General

Profile

« Previous | Next » 

Revision 8936

schemas/VegCore/VegCore.ERD.mwb.run: sync (): don't pass "$@" to export_/import because they do not accept args, and the same set of args would not be meaningful for both

View differences:

schemas/VegCore/VegCore.ERD.mwb.run
46 46
sync ()
47 47
{
48 48
	echo_func
49
	export_ "$@"
50
	import "$@"
49
	export_
50
	import
51 51
}
52 52

  
53 53
all ()

Also available in: Unified diff