mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-10 21:50:49 +02:00
fix some exec builtin duplicate error messages; add LIBRARY_SOURCE back to tags and TAGS make targets
This commit is contained in:
+3
-2
@@ -29,8 +29,9 @@ trap -- 'echo EXIT' EXIT
|
||||
trap -- '' SIGTERM
|
||||
trap -- 'echo USR1' SIGUSR1
|
||||
USR1
|
||||
./exec3.sub: line 27: /tmp/bash-notthere: No such file or directory
|
||||
./exec3.sub: after failed exec: 127
|
||||
./exec3.sub: line 38: /tmp/bash-notthere: No such file or directory
|
||||
./exec3.sub: ENOENT: after failed exec: 127
|
||||
./exec3.sub: line 43: exec: bash-notthere: not found
|
||||
trap -- 'echo EXIT' EXIT
|
||||
trap -- '' SIGTERM
|
||||
trap -- 'echo USR1' SIGUSR1
|
||||
|
||||
Reference in New Issue
Block a user