mirror of
https://github.com/apache/httpd.git
synced 2025-07-23 01:08:51 +00:00
* 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:
@ -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
|
||||
|
Reference in New Issue
Block a user