fix some exec builtin duplicate error messages; add LIBRARY_SOURCE back to tags and TAGS make targets

This commit is contained in:
Chet Ramey
2024-11-01 14:12:16 -04:00
parent 4917f2859c
commit fffa5d0e7c
9 changed files with 98 additions and 19 deletions
+11
View File
@@ -10555,3 +10555,14 @@ configure.ac,Makefile.in,support/Makefile.in,doc/Makefile.in
- remove some unused variables: BASE_CFLAGS_FOR_BUILD, DEBUGGER_DIR,
INTLOBJS, TEXINDEX, TEX, MALLOC, SIGNAMES_SUPPORT
From a report by Martin D Kealey <martin@kurahaupo.gen.nz>
10/28
-----
builtins/exec.def
- exec_builtin: don't try to print an error message in the cases
where shell_execve prints one, in case we have execfail set
Report from Emanuele Torre <torreemanuele6@gmail.com>
Makefile.in
- LIBRARY_SOURCE: add back in to tags targets, add definition
Suggestion from Mike Jonkmans <bashbug@jonkmans.nl>