Revision 9148
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/sh/util.sh | ||
---|---|---|
288 | 288 |
(limit_stderr; "$@") || return |
289 | 289 |
} |
290 | 290 |
alias limit_stderr_cmd='limit_stderr_cmd ' # last space alias-expands next word |
291 |
alias limit_stdout_cmd='stdout2stderr=1 limit_stderr_cmd ' |
|
292 |
# last space alias-expands next word |
|
291 | 293 |
|
292 | 294 |
|
293 | 295 |
### external command input/output |
Also available in: Unified diff
lib/sh/util.sh: added limit_stdout_cmd alias