Project

General

Profile

« Previous | Next » 

Revision 13173

lib/sh/util.sh: added sudo alias to alias-expand command

View differences:

util.sh
179 179
	# allows running a system command of the same name as the script
180 180

  
181 181
sudo='"sudo" -E' # usage: set -- $sudo "$@"
182
alias sudo="$sudo " # last space alias-expands next word
182 183

  
183 184

  
184 185
#### functions

Also available in: Unified diff