Re: [lxc-devel] [PATCH 2/4] legacy/lxc-ls: use posix shell instead of bash

2012-12-25 Thread Natanael Copa
On Tue, 25 Dec 2012 17:36:12 +0100 Stéphane Graber wrote: > On 12/25/2012 05:08 PM, Natanael Copa wrote: > > Signed-off-by: Natanael Copa ... > Pushed to staging. Thanks. > > I also fixed a minor indent problem in that commit (the last esac was > space indented instead of tab indented). Sorry

Re: [lxc-devel] [PATCH 2/4] legacy/lxc-ls: use posix shell instead of bash

2012-12-25 Thread Stéphane Graber
On 12/25/2012 05:08 PM, Natanael Copa wrote: > - use case .. in instead of comparison with globs > - avoid 'local' > > While here, also avoid 'find ... -printf' which is not supported on busybox > > Signed-off-by: Natanael Copa Acked-by: Stéphane Graber Pushed to staging. Thanks. I also fixe

[lxc-devel] [PATCH 2/4] legacy/lxc-ls: use posix shell instead of bash

2012-12-25 Thread Natanael Copa
- use case .. in instead of comparison with globs - avoid 'local' While here, also avoid 'find ... -printf' which is not supported on busybox Signed-off-by: Natanael Copa --- src/lxc/legacy/lxc-ls.in | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/src/lxc/leg