commit | 7ca37d9496285888c364078e7a8ca908a93bce50 | [log] [tgz] |
---|---|---|
author | Ken Ashcraft <kash@google.com> | Tue Aug 12 17:46:43 2014 -0700 |
committer | Ken Ashcraft <kash@google.com> | Tue Aug 12 17:46:44 2014 -0700 |
tree | 663406e40ce155514ab12fc74fc6f0130c72be07 | |
parent | eb661564682d9beca6d198b1c2559ef7e06f9216 [diff] |
Use naming.Join now that it can take a variable number of args. Some places were using naming.Join(a, naming.Join(b, c)) while others were using path.Join(a, b, c). We can replace both types with naming.Join(a, b, c). Using path.Join was bad because it strips out "." and ".." which do not have special meaning in veyron names. Change-Id: I0338052c5a32ebf49d59a4b6bb27e0f16b573a2a