Project

General

Profile

« Previous | Next » 

Revision 11000

bugfix: lib/runscripts/*: calls to rm: use `rm -f` instead to avoid an error (which aborts the program) if the file does not yet exist

View differences:

view.run
16 16
remake_VegBIEN_mappings()
17 17
{
18 18
	echo_func
19
	in_top_dir rm header.csv # remake it since columns may change
19
	in_top_dir rm -f header.csv # remake it since columns may change
20 20
	remake=1 remake_VegBIEN_mappings__table_run
21 21
}
22 22

  

Also available in: Unified diff