Fixes:
```
$ ./runtests.pl -g 1940
./libtest/libtests lib1940: No such file or directory.
Argument list to give program being debugged when it is started is "http://127.0.0.1:44547/1940".
```
Reported-by: Daniel Stenberg
Fixes #16893
Closes #16898
$CMDLINE=exerunner() . $CMDLINE;
if($bundle) {
- $CMDLINE.=" $tool_name";
+ if($gdbthis) {
+ $cmdargs =" $tool_name$cmdargs";
+ }
+ else {
+ $CMDLINE.=" $tool_name";
+ }
}
$DBGCURL=$CMDLINE;