]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1913441 from trunk:
authorRuediger Pluem <rpluem@apache.org>
Mon, 30 Oct 2023 15:03:15 +0000 (15:03 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 30 Oct 2023 15:03:15 +0000 (15:03 +0000)
* Fix .gdbinit directory location

Reviewed by: rpluem

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

test/travis_before_linux.sh

index 85a0fffe356115c29491d455a5f236c843c12612..1986c0fbcc6cf5f41667d7343d54a2a0edd1d70e 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/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