Project

General

Profile

« Previous | Next » 

Revision 8912

lib/util.sh: echo_run_extern (): use new log_stderr_cmd

View differences:

util.sh
76 76

  
77 77
echo_run () { echo_cmd "$@"; "$@"; }
78 78

  
79
echo_run_extern () { (log_stderr; echo_run extern "$@") || exit; }
79
echo_run_extern () { echo_run log_stderr_cmd extern "$@"; }
80 80

  
81 81
alias extern="echo_run_extern" # automatically echo external commands
82 82

  

Also available in: Unified diff