We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732aaa3 commit 46df215Copy full SHA for 46df215
tools/mixed_language_module_map_extender/mixed_language_module_map_extender.pl
@@ -17,7 +17,7 @@
17
18
# Check arguments
19
if ( @ARGV != 4 ||
20
- ( @ARGV = 1 && ( $ARGV[0] == '-h' || $ARGV[0] == "--help" ) )
+ ( @ARGV == 1 && ( $ARGV[0] eq '-h' || $ARGV[0] eq "--help" ) )
21
)
22
{
23
my $msg = "USAGE: $0 <output> <modulemap> <module_name> " .
0 commit comments