summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/harddrake22
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 5998a5998..f9506bbc6 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -393,7 +393,7 @@ foreach (@classes) {
if ($Ident eq "AUDIO") {
require harddrake::sound;
my $alter = harddrake::sound::get_alternative($_->{driver});
- my $alternative_drivers = join(':', @$alter) if $alter->[0] ne 'unknown';
+ my $alternative_drivers = join(', ', @$alter) if $alter->[0] ne 'unknown';
$_->{alternative_drivers} = $alternative_drivers if $alternative_drivers;
}
if ($Ident eq "HARDDISK") {