Re: [LEDE-DEV] [PATCH] Use printf instead of echo.

2016-11-12 Thread Bastian Bittorf
* Felix Fietkau [23.08.2016 13:59]: > > For now, the change I submitted is whats needed to fix breakage on my > > system. For others, I will send patches if no one takes it up in a few days. > Actually, you might be able to simplify the change even more by forcing > the hostapd build shell to bas

Re: [LEDE-DEV] [PATCH] Use printf instead of echo.

2016-08-23 Thread Karl Palsson
Felix Fietkau wrote: > On 2016-08-23 12:10, A. Benz wrote: > > Hi Bastian, > > > > I will update them, however to do that while adhering to Felix's request > > on using perfect syntax means going over them one by one. > > > > Perhaps a seasoned sed user can do a trick to automate it? > > > >

Re: [LEDE-DEV] [PATCH] Use printf instead of echo.

2016-08-23 Thread Felix Fietkau
On 2016-08-23 12:10, A. Benz wrote: > Hi Bastian, > > I will update them, however to do that while adhering to Felix's request > on using perfect syntax means going over them one by one. > > Perhaps a seasoned sed user can do a trick to automate it? > > For now, the change I submitted is whats

Re: [LEDE-DEV] [PATCH] Use printf instead of echo.

2016-08-23 Thread A. Benz
Hi Bastian, I will update them, however to do that while adhering to Felix's request on using perfect syntax means going over them one by one. Perhaps a seasoned sed user can do a trick to automate it? For now, the change I submitted is whats needed to fix breakage on my system. For others,

Re: [LEDE-DEV] [PATCH] Use printf instead of echo.

2016-08-23 Thread Rafał Miłecki
On 23 August 2016 at 10:02, Ash Benz wrote: > On some systems the shell built-in echo is used while on others /bin/echo > and those two are not > identical; this causes incomplete .cflags generation on some systems. > > Signed-off-by: Ash Benz Please use a proper prefix for your subject. For

Re: [LEDE-DEV] [PATCH] Use printf instead of echo.

2016-08-23 Thread Felix Fietkau
On 2016-08-23 10:02, Ash Benz wrote: > On some systems the shell built-in echo is used while on others /bin/echo > and those two are not > identical; this causes incomplete .cflags generation on some systems. > > Signed-off-by: Ash Benz > --- > package/network/services/hostapd/patches/200-mul

[LEDE-DEV] [PATCH] Use printf instead of echo.

2016-08-23 Thread Ash Benz
On some systems the shell built-in echo is used while on others /bin/echo and those two are not identical; this causes incomplete .cflags generation on some systems. Signed-off-by: Ash Benz --- package/network/services/hostapd/patches/200-multicall.patch | 8 1 file changed, 4 insert