mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-12 08:40:55 +00:00
* tests/run_make_tests.pl (set_more_defaults): Fix typo
This commit is contained in:
parent
acbef3f612
commit
f389aabde6
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@ sub set_more_defaults
|
|||
|
||||
# It's difficult to quote this properly in all the places it's used so
|
||||
# ensure it doesn't need to be quoted.
|
||||
$helptool =~ s,\\,/,g if $port_type = 'W32';
|
||||
$helptool =~ s,\\,/,g if $port_type eq 'W32';
|
||||
$helptool =~ s, ,\\ ,g;
|
||||
|
||||
# Get Purify log info--if any.
|
||||
|
|
Loading…
Reference in a new issue