Project

General

Profile

« Previous | Next » 

Revision 9167

*{.sh,run}: multi-command aliases: enclose in {} so the alias can be used after ||

View differences:

util.sh
201 201
	echo_params
202 202
}
203 203

  
204
alias echo_run_prep='cmd2rel_path; echo_cmd "$@"; cmd_indent'
204
alias echo_run_prep='{ cmd2rel_path; echo_cmd "$@"; cmd_indent; }'
205 205

  
206 206
fi # load new aliases
207 207
if self_being_included; then

Also available in: Unified diff