Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a return that shoulda been exit.
  • Loading branch information
jnthn committed Apr 8, 2015
1 parent 816dd64 commit ee0086b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/create-moar-runner.pl
Expand Up @@ -10,7 +10,7 @@
$p6_mbc_path = File::Spec->rel2abs($p6_mbc_path || '.');

if ($^O eq 'MSWin32') {
return if $toolchain;
exit if $toolchain;
$install_to .= '.bat';
open my $fh, ">", $install_to
or die "Could not open $install_to: $!";
Expand Down

0 comments on commit ee0086b

Please sign in to comment.