Project

General

Profile

« Previous | Next » 

Revision 9012

lib/util.sh: removed no longer used limit_stderr_extern. use `limit_stderr_cmd extern` instead.

View differences:

lib/util.sh
129 129
# auto-echo common external commands
130 130
for cmd in rm; do alias "$cmd=echo_run $cmd"; done; unset cmd
131 131

  
132
# limits stderr of (and echoes) an external command
133
alias limit_stderr_extern='limit_stderr_cmd echo_run "extern" '
134
	# last space alias-expands next word
135

  
136 132
# echo all external commands
137 133
alias extern="echo_run extern " # last space alias-expands next word
138 134

  

Also available in: Unified diff