Skip to content

Commit

Permalink
Oops. *This* commit fixes RT #64816.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Apr 18, 2009
1 parent afd8ff1 commit 8a3a9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/gen_parrot.pl
Expand Up @@ -27,7 +27,7 @@ =head2 DESCRIPTION
## determine what revision of Parrot we require
open my $REQ, "build/PARROT_REVISION"
|| die "cannot open build/PARROT_REVISION\n";
my $required = <$REQ>; chomp $required;
my $required = 0+<$REQ>;
close $REQ;

{
Expand Down

0 comments on commit 8a3a9a9

Please sign in to comment.