From: Stefan Bühler Date: Thu, 27 Nov 2014 13:08:31 +0000 (+0100) Subject: fix gdb libtool invocation path X-Git-Tag: curl-7_40_0~225 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=557ca620e4f3a981043a8bbde3846e0dc9bb9388;p=curl fix gdb libtool invocation path --- diff --git a/tests/runtests.pl b/tests/runtests.pl index b1bb558fc..8b2ec5a2b 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -4933,7 +4933,7 @@ if ($gdbthis) { if($c eq "#! /") { # A shell script. This is typically when built with libtool, $libtool = 1; - $gdb = "libtool --mode=execute gdb"; + $gdb = "../libtool --mode=execute gdb"; } }