Project

General

Profile

« Previous | Next » 

Revision 9008

lib/util.sh: limit_stderr_cmd: alias-expand command after it

View differences:

lib/util.sh
120 120
		"$@"
121 121
	) || return
122 122
}
123
alias limit_stderr_cmd='limit_stderr_cmd ' # last space alias-expands next word
123 124

  
124 125
echo_cmd () { if can_log; then echo "$PS4$*" >&2; fi; }
125 126

  

Also available in: Unified diff