Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'qbootstrap' of github.com:rakudo/rakudo into qbootstrap
  • Loading branch information
jnthn committed May 26, 2012
2 parents 1b72f38 + 51f1b93 commit 12b2cd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Configure.pl
Expand Up @@ -56,7 +56,7 @@
}

# --with-parrot and --gen-parrot imply --gen-nqp
if (!defined $gen_nqp && (defined $with_parrot || defined $gen_parrot)) {
if (!defined $gen_nqp && !defined $with_nqp && (defined $with_parrot || defined $gen_parrot)) {
$gen_nqp = '';
}

Expand Down
2 changes: 1 addition & 1 deletion src/core/IO/ArgFiles.pm
Expand Up @@ -2,7 +2,7 @@ my class IO::ArgFiles is IO {
has $.args;
has $.filename;
has $!io;
has $!ins;
has $.ins;

method eof() {
! $!args && $!io.opened && $!io.eof
Expand Down

0 comments on commit 12b2cd7

Please sign in to comment.