Re: [LEDE-DEV] [PATCH] package/utils/ct-bugcheck/src/bugcheck.sh * Double quote to prevent globbing and word splitting. * { cmd1; cmd2; } >> file instead of individual redirects. * fix formating

2016-10-04 Thread Mathias Kresin
04.10.2016 03:23, Jan-Tarek Butt: Hey Jan-Tarek please use a proper commit title and message. Something like: ct-bugcheck: fix globbing, word splitting and formatting Double quote to prevent globbing and word splitting. Use { cmd1; cmd2; } >> file instead of individual redirects because of XXX

[LEDE-DEV] [PATCH] package/utils/ct-bugcheck/src/bugcheck.sh * Double quote to prevent globbing and word splitting. * { cmd1; cmd2; } >> file instead of individual redirects. * fix formating

2016-10-03 Thread Jan-Tarek Butt
Signed-off-by: Jan-Tarek Butt --- package/utils/ct-bugcheck/src/bugcheck.sh | 154 +++--- 1 file changed, 77 insertions(+), 77 deletions(-) diff --git a/package/utils/ct-bugcheck/src/bugcheck.sh b/package/utils/ct-bugcheck/src/bugcheck.sh index 85f70c5..a930440 100755 --