Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix syntax error.
  • Loading branch information
jnthn committed Mar 15, 2014
1 parent e17b584 commit ee1d52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lib/NQP/Configure.pm
Expand Up @@ -334,7 +334,7 @@ sub gen_nqp {
$impls{parrot}{config} = \%c;
}

return %impls unless defined($gen_nqp) || defined($gen_parrot) || defined $gen_moar);
return %impls unless defined($gen_nqp) || defined($gen_parrot) || defined($gen_moar);

my $backends_to_build = join ',', sort keys %need;
my @cmd = ($^X, 'Configure.pl', "--prefix=$prefix",
Expand Down

0 comments on commit ee1d52e

Please sign in to comment.