File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ core.trap_add() {
24
24
25
25
___global_trap_table___[" $signal_spec " ]=" ${___global_trap_table___[$signal_spec]} " $' \x1C ' " $function "
26
26
27
- # rho (WET )
27
+ # rho (DUPLICATED )
28
28
local global_trap_handler_name=
29
29
printf -v global_trap_handler_name ' %q' " core._trap_handler_${signal_spec} "
30
30
@@ -83,7 +83,7 @@ core.trap_remove() {
83
83
# If there are no more user-provided trap-handlers (for the particular signal spec in the global trap table),
84
84
# then remove our handler from 'trap'
85
85
if [ -z " $new_trap_handlers " ]; then
86
- # rho (WET )
86
+ # rho (DUPLICATED )
87
87
local global_trap_handler_name=
88
88
printf -v global_trap_handler_name ' %q' " core._trap_handler_${signal_spec} "
89
89
trap -- " $signal_spec "
You can’t perform that action at this time.
0 commit comments