[scripts] getver.sh: cope with varying "git log" line formats to reliably extract...
[openwrt.git] / scripts / remote-gdb
index aad23e3..49cdd1e 100755 (executable)
@@ -52,8 +52,7 @@ if( opendir SD, "$Bin/../staging_dir" )
        closedir SD;
 
        # Find gdb
-       my ($gdb) = glob("$Bin/../staging_dir/toolchain-${arch}_*_${libc}/bin/*-gdb");
-
+       my ($gdb) = glob("$Bin/../staging_dir/toolchain-${arch}_*_${libc}*/bin/*-gdb");
        if( defined($gdb) && -x $gdb )
        {
                my ( $fh, $fp ) = tempfile();
This page took 0.024356 seconds and 4 git commands to generate.