Skip to content

Commit c7b9867

Browse files
committed
Remove the compatibility variable name "__bp_install_string"
1 parent 1c82488 commit c7b9867

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bash-preexec.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ __bp_inside_preexec=0
6262
# Initial PROMPT_COMMAND string that is removed from PROMPT_COMMAND post __bp_install
6363
bash_preexec_install_string=$'__bp_trap_string="$(trap -p DEBUG)"\ntrap - DEBUG\n__bp_install'
6464

65-
# WARNING: This variable is no longer used and should not be relied upon.
66-
# Use ${bash_preexec_install_string} instead.
67-
__bp_install_string="${bash_preexec_install_string}"
68-
6965
# The command string that is registered to the DEBUG trap.
7066
bash_preexec_trapdebug_string='__bp_preexec_invoke_exec "$_"'
7167

0 commit comments

Comments
 (0)