Skip to content

Commit

Permalink
[Configure] omit unneeded 5.10ism, needed for mingw (5.8.8 perl)
Browse files Browse the repository at this point in the history
Fixes GH #165
  • Loading branch information
Reini Urban committed Mar 14, 2014
1 parent 5cafc1d commit ce3915e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lib/NQP/Configure.pm
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ sub gen_nqp {
my $gen_parrot = $options{'gen-parrot'};
my $prefix = $options{'prefix'} || cwd().'/install';
my $startdir = cwd();
my $git_protocol = $options{'git-protocol'} // 'https';
my $git_protocol = $options{'git-protocol'} || 'https';

my $PARROT_REVISION = 'nqp/tools/build/PARROT_REVISION';

Expand Down

0 comments on commit ce3915e

Please sign in to comment.