Ticket #1360: smoke_languages.pl.path.problem.patch

File smoke_languages.pl.path.problem.patch, 335 bytes (added by jkeenan, 12 years ago)

backslash spaces in paths

  • tools/install/smoke_languages.pl

     
    6161 
    6262chdir($DESTDIR) if ($DESTDIR); 
    6363my $pwd = getcwd(); 
     64$pwd =~ s{ }{\\ }g; 
    6465 
    6566my $filename; 
    6667my $exe;