Skip to content

Commit 16638bd

Browse files
committed
Fix typo in min-parrot-revision handling.
1 parent df3bf99 commit 16638bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configure.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
}
4444

4545
my $parrot_exe = $options{'with-parrot'};
46-
my ($revision_want) = $options{'min_parrot-revision'}
46+
my ($revision_want) = $options{'min-parrot-revision'}
4747
|| split(' ', slurp("tools/build/PARROT_REVISION"));
4848

4949
if (defined $options{'gen-parrot'}) {

0 commit comments

Comments
 (0)