[Buildroot] [Bug 9456] mkusers script bash errors

bugzilla at busybox.net bugzilla at busybox.net
Fri Mar 3 15:26:11 UTC 2017


https://bugs.busybox.net/show_bug.cgi?id=9456

--- Comment #23 from Arnout Vandecappelle <arnout at mind.be> ---
D'oh!

>From the bash man page:

LINES  Used by the select compound command to determine the column length for 
       printing selection lists.  Automatically  set  if  the  checkwinsize
       option  is enabled or in an interactive shell upon receipt of a
SIGWINCH.

Your bash is receiving a SIGWINCH from your terminal and updates the LINES
variable when it generates some output...

Yann, please rename LINES to a non-conflicting variable :-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list