Skip to content

Commit ce3915e

Browse files
author
Reini Urban
committed
[Configure] omit unneeded 5.10ism, needed for mingw (5.8.8 perl)
Fixes GH #165
1 parent 5cafc1d commit ce3915e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/lib/NQP/Configure.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ sub gen_nqp {
266266
my $gen_parrot = $options{'gen-parrot'};
267267
my $prefix = $options{'prefix'} || cwd().'/install';
268268
my $startdir = cwd();
269-
my $git_protocol = $options{'git-protocol'} // 'https';
269+
my $git_protocol = $options{'git-protocol'} || 'https';
270270

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

0 commit comments

Comments
 (0)