fix gdb libtool invocation path

This commit is contained in:
Stefan Bühler 2014-11-27 14:08:31 +01:00 committed by Daniel Stenberg
parent 0b311834eb
commit 557ca620e4
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}
}