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 1c82488 commit c7b9867Copy full SHA for c7b9867
bash-preexec.sh
@@ -62,10 +62,6 @@ __bp_inside_preexec=0
62
# Initial PROMPT_COMMAND string that is removed from PROMPT_COMMAND post __bp_install
63
bash_preexec_install_string=$'__bp_trap_string="$(trap -p DEBUG)"\ntrap - DEBUG\n__bp_install'
64
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
-
69
# The command string that is registered to the DEBUG trap.
70
bash_preexec_trapdebug_string='__bp_preexec_invoke_exec "$_"'
71
0 commit comments