Re: [lxc-devel] [PATCH] lxc-create: Script cleanup

2012-12-03 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > - Removes the mixed tabs/spaces, replacing by standard 4 spaces indent. > - Fix a bunch of bashisms. > - Use shell syntax for and/or in if statements instead of the "test" > syntax. > - Improve block spacing a bit. > > Signed-off-by: Stéphane Gr

[lxc-devel] [PATCH] lxc-create: Script cleanup

2012-12-03 Thread Stéphane Graber
- Removes the mixed tabs/spaces, replacing by standard 4 spaces indent. - Fix a bunch of bashisms. - Use shell syntax for and/or in if statements instead of the "test" syntax. - Improve block spacing a bit. Signed-off-by: Stéphane Graber --- src/lxc/lxc-create.in | 175 ++