Robert Menteer via Bug-dejagnu via wrote: > When the value of objdir in site.exp contains spaces (even if it’s > quoted) runtest fails. This is due to using catch with quoted code fragments instead of braced code fragments. The attached patch should fix the issue at least with runtest itself, but the full solution will require changes in many files in DejaGnu and we are already in the release code freeze for 1.6.3. This will be a known bug in 1.6.3 and should be fixed completely in 1.6.4. -- Jacob