We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd29ee2 commit b202bbfCopy full SHA for b202bbf
1 file changed
pkg/src/public/bash-core.sh
@@ -24,7 +24,7 @@ core.trap_add() {
24
25
___global_trap_table___["$signal_spec"]="${___global_trap_table___[$signal_spec]}"$'\x1C'"$function"
26
27
- # rho (WET)
+ # rho (DUPLICATED)
28
local global_trap_handler_name=
29
printf -v global_trap_handler_name '%q' "core._trap_handler_${signal_spec}"
30
@@ -83,7 +83,7 @@ core.trap_remove() {
83
# If there are no more user-provided trap-handlers (for the particular signal spec in the global trap table),
84
# then remove our handler from 'trap'
85
if [ -z "$new_trap_handlers" ]; then
86
87
88
89
trap -- "$signal_spec"
0 commit comments