http://bugzilla.opensuse.org/show_bug.cgi?id=1128936 Bug ID: 1128936 Summary: bash LINENO variable wrong Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: S/390-64 OS: openSUSE Factory Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem Assignee: bnc-team-screening@forge.provo.novell.com Reporter: gunreben@t-online.de QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- With bash version 5.0.2(1)-release I found, that the LINENO variable is not always updated correctly. The following script: --- #/bin/bash echo "003: $LINENO" echo x && { (PATH=/bin; sh -c :) } echo "007: $LINENO" --- results in this output: --- 003: 3 x 007: 6 --- This is the reason for one of the autoconf-testsuite failures on openSUSE:Factory:zSystems. To reproduce, just start a manual build of some openSUSE:Factory:zSystems package and then do a chroot into the build environment. -- You are receiving this mail because: You are on the CC list for the bug.