Project

General

Profile

« Previous | Next » 

Revision 9277

lib/sh/util.sh: don't load new aliases after defining echo_stdout because it's no longer an alias

View differences:

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