]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* tests/run_make_tests.pl (set_more_defaults): Fix typo
authorPaul Smith <psmith@gnu.org>
Tue, 17 Dec 2019 19:58:53 +0000 (14:58 -0500)
committerPaul Smith <psmith@gnu.org>
Tue, 17 Dec 2019 20:06:28 +0000 (15:06 -0500)
tests/run_make_tests.pl

index 3807b34ede8377421dfb0d19172b06516b682c1e..6f5d053aa82a88a7479c72dfb0f00b53cde69d1e 100644 (file)
@@ -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.