[Bug build/34407] Unable to build gdb when $SHELL is non-POSIX fish
"cvs-commit at gcc dot gnu.org via Gdb-prs" <[email protected]>
| Newsgroups | gmane.comp.gdb.bugs.discuss |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://sourceware.org/bugzilla/show_bug.cgi?id=34407 --- Comment #8 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tom Tromey <[email protected]>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e415e40b1a60ce4ac3154a93647653bb82242120 commit e415e40b1a60ce4ac3154a93647653bb82242120 Author: Tom Tromey <[email protected]> Date: Tue Jul 21 07:32:58 2026 -0600 Export SHELL before invoking lineno.sh A user reported that building the sim failed, because their shell was not sh-compatible. In particular, lineno.sh uses $SHELL to invoke another script. This patch arranges for SHELL to be exported when invoking lineno.sh, ensuring that the correct shell is used. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=34407 Approved-By: Andrew Burgess <[email protected]> -- You are receiving this mail because: You are on the CC list for the bug.