* Fix .gdbinit directory location

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913441 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ruediger Pluem
2023-10-30 15:02:00 +00:00
parent 613f78d88e
commit 08ab87e8ba

View File

@ -64,7 +64,7 @@ function install_apx() {
}
# Allow to load $HOME/build/apache/httpd/.gdbinit
echo "add-auto-load-safe-path $HOME/build/apache/httpd/httpd/.gdbinit" >> $HOME/.gdbinit
echo "add-auto-load-safe-path $HOME/work/httpd/httpd/.gdbinit" >> $HOME/.gdbinit
# Prepare perl-framework test environment
if ! test -v SKIP_TESTING; then