Project

General

Profile

« Previous | Next » 

Revision 9158

lib/sh/util.sh: moved .() command echoing > internal commands section

View differences:

util.sh
134 134
EOF
135 135
)"
136 136

  
137
fi # load new aliases
138
if self_being_included; then
139 137

  
140
.() { cmd2rel_path; builtin . "$@"; }
141

  
142

  
143 138
#### verbose output
144 139

  
145 140

  
......
216 211

  
217 212
## internal commands
218 213

  
214
.() { cmd2rel_path; builtin . "$@"; }
215

  
219 216
echo_eval() { log "$*"; builtin eval "$@"; }
220 217

  
221 218
## external commands

Also available in: Unified diff