Revision 9277
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/sh/util.sh | ||
---|---|---|
404 | 404 |
|
405 | 405 |
echo_stdout () { echo_stdin; } # usage: cmd|echo_stdout |
406 | 406 |
|
407 |
fi # load new aliases |
|
408 |
if self_being_included; then |
|
409 | 407 |
|
410 |
|
|
411 | 408 |
#### streams |
412 | 409 |
|
413 | 410 |
fd_exists() { (: <&"$1") 2>/dev/null; } |
Also available in: Unified diff
lib/sh/util.sh: don't load new aliases after defining echo_stdout because it's no longer an alias