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
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