Skip to content

Commit

Permalink
Fix syntax error in Configure.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Mar 20, 2015
1 parent 1ec5cfe commit 2ca0f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure.pl
Expand Up @@ -214,7 +214,7 @@
push @options_to_pass, "--gen-nqp" unless @options_to_pass;
my $options_to_pass = join ' ', @options_to_pass;
my $want_executables =
: $backends{moar}
$backends{moar}
? ' and MoarVM'
: '';
my $s1 = @options_to_pass > 1 ? 's' : '';
Expand Down

0 comments on commit 2ca0f6e

Please sign in to comment.