Revision 9535
Added by Aaron Marcuse-Kubitza over 11 years ago
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
lib/sh/util.sh: ignore(): renamed to ignore_e() so ignore() can be used for a simpler, ||-based command