Re: [dpdk-dev] [PATCH] devtools: use bash for checkpatches.sh

2018-09-09 Thread David Marchand
On Fri, Aug 31, 2018 at 10:00 AM, Arnon Warshavsky wrote: > On Thu, Aug 30, 2018 at 4:00 PM, Andrzej Ostruszka wrote: > >> On some systems /bin/sh does not support '-d' option of 'read'. >> So instead of /bin/sh use /bin/bash. >> >> Fixes: 7413e7f2aeb3 ("devtools: alert on new calls to exit from

Re: [dpdk-dev] [PATCH] devtools: use bash for checkpatches.sh

2018-08-31 Thread Arnon Warshavsky
On Thu, Aug 30, 2018 at 4:00 PM, Andrzej Ostruszka wrote: > On some systems /bin/sh does not support '-d' option of 'read'. > So instead of /bin/sh use /bin/bash. > > Fixes: 7413e7f2aeb3 ("devtools: alert on new calls to exit from libs") > Cc: ar...@qwilt.com > Signed-off-by: Andrzej Ostruszka >

[dpdk-dev] [PATCH] devtools: use bash for checkpatches.sh

2018-08-30 Thread Andrzej Ostruszka
On some systems /bin/sh does not support '-d' option of 'read'. So instead of /bin/sh use /bin/bash. Fixes: 7413e7f2aeb3 ("devtools: alert on new calls to exit from libs") Cc: ar...@qwilt.com Signed-off-by: Andrzej Ostruszka --- devtools/checkpatches.sh | 2 +- 1 file changed, 1 insertion(+), 1