Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nxadm committed May 12, 2018
1 parent 27ec729 commit dd132d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pkg_rakudo.pl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
### Test by installing and running perl6 and zef ###
my @cmd = ( @{ $distro_info{$os}{cmd} }, $pkg_dir . '/' . $pkg_name);
system(@cmd) == 0 or die($!);
$EVV{PATH} = $install_root . '/bin:' . $ENV{PATH};
$ENV{PATH} = $install_root . '/bin:' . $ENV{PATH};
system('perl6', '-v') == 0 or die($!);
system('zef') == 0 or die($!);

Expand Down

0 comments on commit dd132d6

Please sign in to comment.