Commit 557ca620 authored by Stefan Bühler's avatar Stefan Bühler Committed by Daniel Stenberg
Browse files

fix gdb libtool invocation path

parent 0b311834
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
    }
}