[Bug 1128936] New: bash LINENO variable wrong
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.
http://bugzilla.opensuse.org/show_bug.cgi?id=1128936 http://bugzilla.opensuse.org/show_bug.cgi?id=1128936#c1 Berthold Gunreben <gunreben@t-online.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|S/390-64 |All --- Comment #1 from Berthold Gunreben <gunreben@t-online.de> --- I have to correct myself. The same behavior is also found on x86_64. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1128936 http://bugzilla.opensuse.org/show_bug.cgi?id=1128936#c5 --- Comment #5 from OBSbugzilla Bot <bwiedemann+obsbugzillabot@suse.com> --- This is an autogenerated message for OBS integration: This bug (1128936) was mentioned in https://build.opensuse.org/request/show/902782 15.3 / bash -- You are receiving this mail because: You are on the CC list for the bug.
participants (2)
-
bugzilla_noreply@novell.com
-
bugzilla_noreply@suse.com