Project

General

Profile

« Previous | Next » 

Revision 9535

lib/sh/util.sh: ignore(): renamed to ignore_e() so ignore() can be used for a simpler, ||-based command

View differences:

archives.sh
9 9
{
10 10
	echo_func
11 11
	cmd_log_fd=1 try self "$@"
12
	ignore 12 # "zip has nothing to do" (`man zip`)
12
	ignore_e 12 # "zip has nothing to do" (`man zip`)
13 13
	end_try
14 14
}
15 15

  

Also available in: Unified diff