Revision 9009
Added by Aaron Marcuse-Kubitza over 11 years ago
util.sh | ||
---|---|---|
114 | 114 |
|
115 | 115 |
limit_stderr_cmd () # usage: [stdout2stderr=1] limit_stderr_cmd cmd... |
116 | 116 |
{ |
117 |
case "$1" in echo_run) shift;; esac |
|
117 | 118 |
echo_cmd "$@" |
118 | 119 |
(limit_stderr |
119 | 120 |
if test -n "$stdout2stderr"; then stdout2stderr; fi |
Also available in: Unified diff
lib/util.sh: limit_stderr_cmd (): remove echo_run from the command to run so that the command name isn't echoed twice