Compare commits

...

1 Commits

Author SHA1 Message Date
Ben Roberts 411c142f00 Fixup perlisms 2016-10-24 10:48:36 +01:00
+3 -1
View File
@@ -412,7 +412,9 @@ if ($use_equo) {
say "Devkit version:";
system("equo s -vq app-misc/sabayon-devkit");
my @installed_enman_repos = split(/\n/, chomp(system("enman list --installed -q")));
my $enman_list_output = qx|enman list --installed -q|;
chomp($enman_list_output);
my @installed_enman_repos = split(/\n/, $enman_list_output);
if ( $enman_repositories and $enman_repositories ne "" ) {
my @enman_toadd = split( / /, $enman_repositories );