Revision 9332
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/sh/util.sh | ||
---|---|---|
536 | 536 |
|
537 | 537 |
echo_stdin() # usage: input|echo_stdin|cmd |
538 | 538 |
{ |
539 |
log++ |
|
540 | 539 |
if can_log; then |
541 | 540 |
pipe_delay |
542 | 541 |
echo ----- >&"$log_fd" |
Also available in: Unified diff
lib/sh/util.sh: echo_stdin(): don' increase the log_level, because the input being sent to the command (which is usually a set of interpreted commands itself) is necessary to fully know what action is being performed