]> granicus.if.org Git - curl/commitdiff
fix gdb libtool invocation path
authorStefan Bühler <buehler@teamviewer.com>
Thu, 27 Nov 2014 13:08:31 +0000 (14:08 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 4 Dec 2014 22:38:15 +0000 (14:38 -0800)
tests/runtests.pl

index b1bb558fc43190e1a9e69f87e153b7f86997965e..8b2ec5a2bd16e73981ab12d2e8eec54cc0aef0fe 100755 (executable)
@@ -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";
     }
 }