Re: [lxc-devel] [PATCH v2] lxc-checkconfig: use POSIX shell instead of bash

2012-11-27 Thread Stéphane Graber
On 11/27/2012 02:27 AM, Natanael Copa wrote: > - replace 'echo -e' with printf > - replace 'if [[ ... ]]' with 'if [ ... ]' > - add \ at after && and || when those are at end of line > > Signed-off-by: Natanael Copa Looks good, acked and added to the staging branch. Thanks > --- > Changes v1 ->

[lxc-devel] [PATCH v2] lxc-checkconfig: use POSIX shell instead of bash

2012-11-26 Thread Natanael Copa
- replace 'echo -e' with printf - replace 'if [[ ... ]]' with 'if [ ... ]' - add \ at after && and || when those are at end of line Signed-off-by: Natanael Copa --- Changes v1 -> v2: - rebase against current staging src/lxc/lxc-checkconfig.in | 32 1 file chang