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 d258414 commit 4caf63cCopy full SHA for 4caf63c
bash-preexec.sh
@@ -405,6 +405,8 @@ bash_preexec_uninstall() {
405
fi
406
407
}
408
+# Note: We need to add "trace" attribute to the function so that "trap - DEBUG"
409
+# inside the function takes an effect.
410
declare -ft bash_preexec_uninstall
411
412
# Run our install so long as we're not delaying it.
0 commit comments