]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1913439 from trunk:
authorRuediger Pluem <rpluem@apache.org>
Mon, 30 Oct 2023 14:44:54 +0000 (14:44 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 30 Oct 2023 14:44:54 +0000 (14:44 +0000)
* .gdbinit is one level deeper

Reviewed by: rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1913440 13f79535-47bb-0310-9956-ffa450edef68

test/travis_before_linux.sh

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